/config/routes.cfm
ColdFusion | 5 lines | 1 code | 0 blank | 4 comment | 0 complexity | 2e9f5640aa63ee6ab69a3512196e2bf2 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
- <!---
- Here you can add routes to your application and edit the default one.
- The default route is the one that will be called on your application's "home" page.
- --->
- <cfset addRoute(name="home", pattern="", controller="wheels", action="wheels")>