Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. 'urlManager' => [
  2. 'enablePrettyUrl' => true,
  3. 'enableStrictParsing' => true,
  4. 'showScriptName' => false,
  5. 'rules' => [
  6. 'class' => 'yiirestUrlRule',
  7. 'controller' => [
  8. 'appcontrollersrestCheckListController',
  9. 'appcontrollersrestItemController',
  10. 'appcontrollersrestAuthController'
  11. ]
  12. ],
  13. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement