Created
October 2, 2016 12:54
-
-
Save ydatech/010872419c85bc80306f5ed224c9dfbe to your computer and use it in GitHub Desktop.
edit Config
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' | |
| ], | |
| ], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment