add v10 to default version prefix set

This commit is contained in:
Luna 2022-08-13 17:04:21 -03:00
parent a9c3537b88
commit 4270b934f9
1 changed files with 1 additions and 1 deletions

2
run.py
View File

@ -140,7 +140,7 @@ def make_app():
return app
PREFIXES = ("/api/v6", "/api/v7", "/api/v8", "/api/v9")
PREFIXES = ("/api/v6", "/api/v7", "/api/v8", "/api/v9", "/api/v10")
def set_blueprints(app_):