If I have an endpoint "/brawlstats/rankings/global/brawlers/16000001?limit=200", in the route I have @app.get("/brawlstats/<endpoint:path>")
. I want endpoint to include the entire url above, but instead it cuts off at the question mark ("/brawlstats/rankings/global/brawlers/16000001"). How do I make it include the whole path?
Aucun commentaire:
Enregistrer un commentaire