How to match all routes in Flask? I want to match all routes and handle all received HTTP requests in Flask. The code is as follows: