I have some special urls thats get mapped to local files like image50%.png. ``` app.get('/open/:path(*)', (req, res) => {}) ``` But it doesn't work because express automaticly calls decode_param. It throws `Failed to decode param`.
I have some special urls thats get mapped to local files like image50%.png.
But it doesn't work because express automaticly calls decode_param.
It throws
Failed to decode param.