1
0
mirror of synced 2025-12-30 21:02:34 -05:00
Files
docs/middleware
Peter Bengtsson 07c8fc3c2a Decouple redirects from language (#24597)
* experimenting with redirects

* cleanup developer.json

* wip

* clean console.log

* progress

* some progress

* progress

* much progress

* debugging tests

* hacky progress

* ditch latest -> number redirects

* minor

* hacky progress

* lots of progress

* some small fixes

* fix rendering tests

* small fixes

* progress

* undo debugging

* better

* routing tests OK

* more cleaning

* unit tests

* undoing lineending edit

* undoing temporary debugging

* don't ever set this.redirects on Page

* cope with archived version redirects

* adding code comments on the major if statements

* address all feedback

* update README about redirects

* delete invalid test

* fix feedback
2022-02-14 20:19:10 +00:00
..
2021-07-14 14:35:01 -07:00
2021-07-29 20:28:30 +00:00
2021-07-29 20:28:30 +00:00
2021-12-02 04:30:44 +00:00
2022-02-03 00:11:59 +00:00
2021-07-14 14:35:01 -07:00
2022-01-07 18:34:10 +00:00
2021-07-14 13:49:18 -07:00
2020-09-27 14:10:11 +02:00
2021-07-14 14:35:01 -07:00
2021-11-23 18:56:05 +00:00
2022-02-09 17:21:49 +00:00

Middleware

Each file in this directory exports an Express Middleware function.

For more info, see https://expressjs.com/en/guide/using-middleware.html

Subdirectories

There are subdirectories for different types of middleware: