I want to add url prefix to every route in my flask application.
PREFIX = "/api" @app.route(PREFIX + "/") def index(): return "Hel