RoutesWhat's going where..
Routes
Name | Method | Pattern | Controller | Action |
---|---|---|---|---|
home | get | /home | home | index |
logout | get | /logout | controller | logout |
login | get | /login | home | login |
debug | get | /debug | controller | debug |
app | get | /app | app | index |
profile | get | /profile | app | profile |
profilesettings | get | /profilesettings | app | profilesettings |
wallet | get | /wallet | app | wallet |
history | get | /history | app | history |
send | get | /send | app | send |
checkout | get | /checkout/[key] | app | checkout |
address | get | /address/[key] | sample | address |
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 | index |
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 |