Created
June 18, 2017 10:25
-
-
Save neokoenig/2ed1ec7231d786d5bfa44d8505bf184e to your computer and use it in GitHub Desktop.
Old CFWheels 1.x style routing
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
addRoute(name="users", pattern="/users/[action]/[key]", controller="users"); | |
addRoute(name="users", pattern="/users/[action]/", controller="users"); | |
addRoute(name="users", pattern="/users/", controller="users", action="index"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment