API Routes Handling
I'm currently delving into routes and handling them but I have problems finding how to hand the process off to a middleware like express-routers.
I want to essentially just forward every request to the express-router but I currently have 2 roadblocks:
1. the route parameter seems to not allow for wildcards
2. methods don't support handling all event types
Maybe I just miss something obvious or what I want to do is impossible, feel free to correct me 😄