Created
October 9, 2016 11:57
-
-
Save ydatech/1585b45ed8302cd1bf1cd6a9e2d24eda to your computer and use it in GitHub Desktop.
urlManager
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'urlManager' => [ | |
| 'enablePrettyUrl' => true, | |
| 'enableStrictParsing' => true, | |
| 'showScriptName' => false, | |
| 'rules' => [ | |
| 'GET '=>'site/index', | |
| 'POST auth/signup'=>'auth/signup', | |
| 'POST auth/login'=>'auth/login', | |
| 'GET lokasi'=>'lokasi/index', | |
| 'GET kategori'=>'kategori/index', | |
| [ | |
| 'class'=>'yii\rest\UrlRule', | |
| 'controller' => ['kontak'=>'kontak'] | |
| ] | |
| ], | |
| ], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment