RoutesWhat's going where..
Routes
Name | Method | Pattern | Controller | Action |
---|---|---|---|---|
aboutUs | get | /aboutus | static | aboutUs |
apply | get | /apply | static | apply |
benefits | get | /benefits | static | benefits |
contact | get | /contact | static | contact |
faq | get | /faq | static | faq |
giveAMonthlyGift | get | /giveamonthlygift | static | giveAMonthlyGift |
governance | get | /governance | static | governance |
history | get | /history | static | history |
hungerfordHome | get | /hungerfordhome | static | hungerfordHome |
merchandise | get | /merchandise | static | merchandise |
mission | get | /mission | static | mission |
privacyAndSecurity | get | /privacy | static | privacy |
recognition | get | /recognition | static | recognition |
scholarships | get | /scholarships | static | scholarships |
siteMap | get | /sitemap | static | siteMap |
siteStatistics | get | /sitestatistics | static | siteStatistics |
spreadTheWord | get | /spreadtheword | static | spreadTheWord |
supportUs | get | /supportus | static | supportUs |
volunteer | get | /volunteer | static | volunteer |
admin | get | /admin | admin | index |
wildcard | get | /[controller]/[action]/[key] | ||
wildcard | get | /[controller]/[action] | ||
wildcard | get | /[controller] | index | |
wildcard | post | /[controller]/[action]/[key] | ||
wildcard | post | /[controller]/[action] | ||
wildcard | post | /[controller] | index | |
root | get | / | home | show |
Routes
Name | Method | Pattern | Controller | Action |
---|---|---|---|---|
wheelsInfo | get | /wheels/info | wheels.public | info |
wheelsRoutes | get | /wheels/routes | wheels.public | routes |
wheelsRouteTester | post | /wheels/route-tester | wheels.public | routetester |
wheelsPackages | get | /wheels/packages/[type] | wheels.public | packages |
wheelsMigratorTemplates | get | /wheels/migrator/templates | wheels.public | migratortemplates |
wheelsMigratorTemplatesCreate | post | /wheels/migrator/templates | wheels.public | migratortemplatescreate |
wheelsMigratorSQL | get | /wheels/migrator/sql/[version] | wheels.public | migratorsql |
wheelsMigratorCommand | post | /wheels/migrator/[command]/[version] | wheels.public | migratorcommand |
wheelsMigrator | get | /wheels/migrator | wheels.public | migrator |
wheelsTests | get | /wheels/tests/[type] | wheels.public | tests |
wheelsDocs | get | /wheels/docs | wheels.public | docs |
wheelsCli | get | /wheels/cli | wheels.public | cli |
wheelsPluginEntry | get | /wheels/plugins/[name] | wheels.public | pluginentry |
wheelsPluginPost | post | /wheels/plugins/[name] | wheels.public | pluginentry |
wheelsPlugins | get | /wheels/plugins | wheels.public | plugins |
wheelsBuild | get | /wheels/build | wheels.public | build |
wheelsLegacy | get | /wheels/wheels/[view] | wheels.public | legacy |
wheelsRoot | get | /wheels | wheels.public | index |