crow
crow copied to clipboard
How to make router entry for all paths?
I want to be able to make entry for all paths like in ExpressJS.
app.get('*', function(req, res) { ... });