japronto icon indicating copy to clipboard operation
japronto copied to clipboard

Is it possible to receive all requests to a single function?

Open agalera opened this issue 7 years ago • 0 comments

I am trying to receive all the requests to a single endpoint, in the end I ended up doing a hack .... but I find it very bad solution

app.error_handler = my_function

agalera avatar May 05 '18 01:05 agalera