reshufflehq / reshuffle

Reshuffle is a lightweight and open source integration and workflow framework in NodeJS.
https://reshuffle.com/
MIT License
118 stars 16 forks source link

Allow custom middleware to be added to the express webserver #501

Closed antonmarsden closed 3 years ago

antonmarsden commented 3 years ago

It's handy to be able to add middleware to the express webserver in some circumstances. A few examples:

lagache commented 3 years ago

@antonmarsden thanks for your contribution, great addition to the codebase