-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
This is a follow-up for #3718 and #3922.
Write content for docs/site/migration/express-middleware.md, explain how to modify a LB4 app with a mounted LB3 app to share the same Express middleware.
Initial setup:
lb4-app
- lb3-app
- Express middleware
The idea is to create a new top-level Express app, where we can mount the middleware to get it executed for requests handled by both LB3 and LB4 routes.
express app
- Express middleware
- lb4-app
- lb3-app
Acceptance criteria
- Migration guide describing manual steps
- Links to the following GH issues:
- Allow app developers to configure custom Express middleware Allow app developers to configure custom Express middleware #1293
- Register Express middleware per route, controller class or controller method Register Express middleware per route, controller class or controller method #2035