All extensions semi-switched

This commit is contained in:
Ben Arc
2021-08-21 00:34:48 +01:00
parent 8deea85999
commit a9dc087f61
17 changed files with 282 additions and 372 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ port = getenv("PORT")
ngrok_tunnel = ngrok.connect(port)
@ngrok_ext.route("/")
@ngrok_ext.get("/")
@validate_uuids(["usr"], required=True)
@check_user_exists()
async def index():