cds-snc / node-starter-app

Quick start application setup.... because you have to start somewhere.
MIT License
5 stars 3 forks source link

Flexible redirects #95

Closed jneen closed 4 years ago

jneen commented 4 years ago

Depends on #92. Factors out the doRedirect part of defaultMiddleware, and adds an applySchema function to do the rest. This allows request-time computation of the appropriate redirect route, which will be resolved to the correct path depending on the locale.

jneen commented 4 years ago

@timarney I'll have to rebase this once #92 is merged.