RoutesWhat's going where..
Routes
| Name | Method | Pattern | Controller | Action |
|---|---|---|---|---|
| home | get | / | pages | index |
| aboutUs | get | /over-ons | pages | aboutUs |
| partners | get | /partners | pages | partners |
| partnerContent | get | /aanleveren | partnerContent | wizard1 |
| zuiderwaterlinie-overview | get | /zuiderwaterlinie | tours | zuiderwaterlinieOverview |
| zuiderwaterlinie-details | get | /zuiderwaterlinie/de-route | tours | zuiderwaterlinieDetails |
| zuiderwaterlinie-download | get | /zuiderwaterlinie/download | tours | zuiderwaterlinieDownload |
| utrecht-overview | get | /utrecht | tours | utrechtOverview |
| utrecht-details | get | /utrecht/de-route | tours | utrechtDetails |
| utrecht-download | get | /utrecht/download | tours | utrechtDownload |
| zuidholland-overview | get | /zuidholland | tours | zuidhollandOverview |
| zuidholland-details | get | /zuidholland/de-route | tours | zuidhollandDetails |
| zuidholland-download | get | /zuidholland/download | tours | zuidhollandDownload |
| gelderland-overview | get | /gelderland | tours | gelderlandOverview |
| gelderland-details | get | /gelderland/de-route | tours | gelderlandDetails |
| gelderland-download | get | /gelderland/download | tours | gelderlandDownload |
| displayEvents | get | /events/[key] | events | displayEvent |
| displayEvents | get | /events | events | displayEvents |
| specificNews | get | /nieuws/[key] | articles | displayArticle |
| news | get | /nieuws | articles | displayNews |
| specificAttractions | get | /attracties/[key] | articles | displayArticle |
| attractions | get | /attracties | articles | displayNews |
| stopApplication | get | /Settings/stopApplication | Settings | stopApplication |
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 |