diff Lib/IMPL/Web/Handler/RestController.pm @ 334:71221d79e6b4

removing web resources contracts
author cin
date Thu, 13 Jun 2013 02:24:57 +0400
parents 04a093f0a5a6
children 16ff604298c7
line wrap: on
line diff
--- a/Lib/IMPL/Web/Handler/RestController.pm	Tue Jun 11 20:22:52 2013 +0400
+++ b/Lib/IMPL/Web/Handler/RestController.pm	Thu Jun 13 02:24:57 2013 +0400
@@ -89,7 +89,7 @@
 
     <handlers type="ARRAY">
         <item type="IMPL::Web::Handler::RestController">
-            <resourceFactory>My::App::Web::RootResource"</resourceFactory>
+            <resourceFactory>My::App::Web::RootResource</resourceFactory>
         </item>
         <item type="IMPL::Web::Handler::JSONView" />
         <item type="IMPL::Web::Handler::SecureCookie" />