RoutesWhat's going where..
Routes
| Name | Method | Pattern | Controller | Action |
|---|---|---|---|---|
| publicPreferences | post | /preferences | public.preferences | create |
| newPublicPreference | get | /preferences/new | public.preferences | new |
| publicPreferences | get | /preferences/[token]/[editionKey] | public.preferences | edit |
| publicPreferences | get | /preferences/[token] | public.preferences | edit |
| publicPreference | patch | /preferences/[token]/[editionKey] | public.preferences | update |
| publicPreference | patch | /preferences/[token] | public.preferences | update |
| publicUnsubscribes | post | /unsubscribe | public.unsubscribes | create |
| newPublicUnsubscribe | get | /unsubscribe/new | public.unsubscribes | new |
| publicUnsubscribes | get | /unsubscribes/[token]/[editionKey] | public.unsubscribes | edit |
| publicUnsubscribes | get | /unsubscribes/[token] | public.unsubscribes | edit |
| publicUnsubscribe | patch | /unsubscribes/[token]/[editionKey] | public.unsubscribes | update |
| publicUnsubscribe | patch | /unsubscribes/[token] | public.unsubscribes | update |
| publicPromotions | get | /promotions/[token]/[editionKey]/[key] | public.promotions | redirect |
| publicTracker | get | /tracks/[token]/[editionKey] | public.tracker | pixel |
| publicContact | post | /contact | public.contacts | create |
| newPublicContact | get | /contact/new | public.contacts | new |
| publicHome | get | / | public.home | show |
| login | get | /admin/login | admin.session | new |
| logout | get | /admin/logout | admin.session | delete |
| authenticate | post | /admin/authenticate | admin.session | create |
| denied | get | /admin/denied | admin.session | denied |
| passwordReset | get | /admin/password/forgot | admin.passwordReset | new |
| passwordReset | post | /admin/password/forgot | admin.passwordReset | create |
| editPasswordReset | get | /admin/password/recover/[token] | admin.passwordReset | edit |
| updatePasswordReset | patch | /admin/password/reset/[token] | admin.passwordReset | update |
| settings | get | /admin/settings.[format] | admin.settings | index |
| settings | get | /admin/settings | admin.settings | index |
| colors | post | /admin/settings/colors.[format] | admin.colors | create |
| colors | post | /admin/settings/colors | admin.colors | create |
| newColor | get | /admin/settings/colors/new.[format] | admin.colors | new |
| newColor | get | /admin/settings/colors/new | admin.colors | new |
| editColor | get | /admin/settings/colors/[key]/edit.[format] | admin.colors | edit |
| editColor | get | /admin/settings/colors/[key]/edit | admin.colors | edit |
| color | patch | /admin/settings/colors/[key].[format] | admin.colors | update |
| color | patch | /admin/settings/colors/[key] | admin.colors | update |
| color | put | /admin/settings/colors/[key].[format] | admin.colors | update |
| color | put | /admin/settings/colors/[key] | admin.colors | update |
| color | delete | /admin/settings/colors/[key].[format] | admin.colors | delete |
| color | delete | /admin/settings/colors/[key] | admin.colors | delete |
| statuses | post | /admin/settings/statuses.[format] | admin.statuses | create |
| statuses | post | /admin/settings/statuses | admin.statuses | create |
| newStatus | get | /admin/settings/statuses/new.[format] | admin.statuses | new |
| newStatus | get | /admin/settings/statuses/new | admin.statuses | new |
| editStatus | get | /admin/settings/statuses/[key]/edit.[format] | admin.statuses | edit |
| editStatus | get | /admin/settings/statuses/[key]/edit | admin.statuses | edit |
| status | patch | /admin/settings/statuses/[key].[format] | admin.statuses | update |
| status | patch | /admin/settings/statuses/[key] | admin.statuses | update |
| status | put | /admin/settings/statuses/[key].[format] | admin.statuses | update |
| status | put | /admin/settings/statuses/[key] | admin.statuses | update |
| status | delete | /admin/settings/statuses/[key].[format] | admin.statuses | delete |
| status | delete | /admin/settings/statuses/[key] | admin.statuses | delete |
| apps | post | /admin/settings/apps.[format] | admin.apps | create |
| apps | post | /admin/settings/apps | admin.apps | create |
| newApp | get | /admin/settings/apps/new.[format] | admin.apps | new |
| newApp | get | /admin/settings/apps/new | admin.apps | new |
| editApp | get | /admin/settings/apps/[key]/edit.[format] | admin.apps | edit |
| editApp | get | /admin/settings/apps/[key]/edit | admin.apps | edit |
| app | patch | /admin/settings/apps/[key].[format] | admin.apps | update |
| app | patch | /admin/settings/apps/[key] | admin.apps | update |
| app | put | /admin/settings/apps/[key].[format] | admin.apps | update |
| app | put | /admin/settings/apps/[key] | admin.apps | update |
| app | delete | /admin/settings/apps/[key].[format] | admin.apps | delete |
| app | delete | /admin/settings/apps/[key] | admin.apps | delete |
| states | post | /admin/settings/states.[format] | admin.states | create |
| states | post | /admin/settings/states | admin.states | create |
| newState | get | /admin/settings/states/new.[format] | admin.states | new |
| newState | get | /admin/settings/states/new | admin.states | new |
| editState | get | /admin/settings/states/[key]/edit.[format] | admin.states | edit |
| editState | get | /admin/settings/states/[key]/edit | admin.states | edit |
| state | patch | /admin/settings/states/[key].[format] | admin.states | update |
| state | patch | /admin/settings/states/[key] | admin.states | update |
| state | put | /admin/settings/states/[key].[format] | admin.states | update |
| state | put | /admin/settings/states/[key] | admin.states | update |
| state | delete | /admin/settings/states/[key].[format] | admin.states | delete |
| state | delete | /admin/settings/states/[key] | admin.states | delete |
| auditLogs | get | /admin/audit-logs.[format] | admin.auditlogs | index |
| auditLogs | get | /admin/audit-logs | admin.auditlogs | index |
| auditLog | get | /admin/audit-logs/[key].[format] | admin.auditlogs | show |
| auditLog | get | /admin/audit-logs/[key] | admin.auditlogs | show |
| subscribers | get | /admin/subscribers.[format] | admin.subscribers | index |
| subscribers | get | /admin/subscribers | admin.subscribers | index |
| subscribers | post | /admin/subscribers.[format] | admin.subscribers | create |
| subscribers | post | /admin/subscribers | admin.subscribers | create |
| newSubscriber | get | /admin/subscribers/new.[format] | admin.subscribers | new |
| newSubscriber | get | /admin/subscribers/new | admin.subscribers | new |
| editSubscriber | get | /admin/subscribers/[key]/edit.[format] | admin.subscribers | edit |
| editSubscriber | get | /admin/subscribers/[key]/edit | admin.subscribers | edit |
| subscriber | patch | /admin/subscribers/[key].[format] | admin.subscribers | update |
| subscriber | patch | /admin/subscribers/[key] | admin.subscribers | update |
| subscriber | put | /admin/subscribers/[key].[format] | admin.subscribers | update |
| subscriber | put | /admin/subscribers/[key] | admin.subscribers | update |
| subscriber | delete | /admin/subscribers/[key].[format] | admin.subscribers | delete |
| subscriber | delete | /admin/subscribers/[key] | admin.subscribers | delete |
| publications | get | /admin/publications.[format] | admin.publications | index |
| publications | get | /admin/publications | admin.publications | index |
| publications | post | /admin/publications.[format] | admin.publications | create |
| publications | post | /admin/publications | admin.publications | create |
| newPublication | get | /admin/publications/new.[format] | admin.publications | new |
| newPublication | get | /admin/publications/new | admin.publications | new |
| editPublication | get | /admin/publications/[key]/edit.[format] | admin.publications | edit |
| editPublication | get | /admin/publications/[key]/edit | admin.publications | edit |
| publication | get | /admin/publications/[key].[format] | admin.publications | show |
| publication | get | /admin/publications/[key] | admin.publications | show |
| publication | patch | /admin/publications/[key].[format] | admin.publications | update |
| publication | patch | /admin/publications/[key] | admin.publications | update |
| publication | put | /admin/publications/[key].[format] | admin.publications | update |
| publication | put | /admin/publications/[key] | admin.publications | update |
| publication | delete | /admin/publications/[key].[format] | admin.publications | delete |
| publication | delete | /admin/publications/[key] | admin.publications | delete |
| editions | get | /admin/editions.[format] | admin.editions | index |
| editions | get | /admin/editions | admin.editions | index |
| editions | post | /admin/editions.[format] | admin.editions | create |
| editions | post | /admin/editions | admin.editions | create |
| newEdition | get | /admin/editions/new.[format] | admin.editions | new |
| newEdition | get | /admin/editions/new | admin.editions | new |
| editEdition | get | /admin/editions/[key]/edit.[format] | admin.editions | edit |
| editEdition | get | /admin/editions/[key]/edit | admin.editions | edit |
| edition | get | /admin/editions/[key].[format] | admin.editions | show |
| edition | get | /admin/editions/[key] | admin.editions | show |
| edition | patch | /admin/editions/[key].[format] | admin.editions | update |
| edition | patch | /admin/editions/[key] | admin.editions | update |
| edition | put | /admin/editions/[key].[format] | admin.editions | update |
| edition | put | /admin/editions/[key] | admin.editions | update |
| edition | delete | /admin/editions/[key].[format] | admin.editions | delete |
| edition | delete | /admin/editions/[key] | admin.editions | delete |
| scheduleEdition | get | /admin/editions/[key]/schedule | admin.editions | schedule |
| unscheduleEdition | get | /admin/editions/[key]/unschedule | admin.editions | unschedule |
| promotions | get | /admin/promotions.[format] | admin.promotions | index |
| promotions | get | /admin/promotions | admin.promotions | index |
| promotions | post | /admin/promotions.[format] | admin.promotions | create |
| promotions | post | /admin/promotions | admin.promotions | create |
| newPromotion | get | /admin/promotions/new.[format] | admin.promotions | new |
| newPromotion | get | /admin/promotions/new | admin.promotions | new |
| editPromotion | get | /admin/promotions/[key]/edit.[format] | admin.promotions | edit |
| editPromotion | get | /admin/promotions/[key]/edit | admin.promotions | edit |
| promotion | get | /admin/promotions/[key].[format] | admin.promotions | show |
| promotion | get | /admin/promotions/[key] | admin.promotions | show |
| promotion | patch | /admin/promotions/[key].[format] | admin.promotions | update |
| promotion | patch | /admin/promotions/[key] | admin.promotions | update |
| promotion | put | /admin/promotions/[key].[format] | admin.promotions | update |
| promotion | put | /admin/promotions/[key] | admin.promotions | update |
| promotion | delete | /admin/promotions/[key].[format] | admin.promotions | delete |
| promotion | delete | /admin/promotions/[key] | admin.promotions | delete |
| apiV1Subscribers | post | /admin/api/v1/subscribers.[format] | admin.subscribers | index |
| apiV1Promotions | post | /admin/api/v1/promotions.[format] | admin.promotions | index |
| apiV1EditionLogs | post | /admin/api/v1/edition/[key]/logs.[format] | admin.editions | logs |
| dashboard | get | /admin | admin.dashboard | show |
| automation | get | /automation/[action] | automation | |
| root | get | / | public.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 |