This commit is contained in:
Aevann1 2021-08-22 22:31:12 +02:00
parent fec6a7ada8
commit f0a9947e00
6 changed files with 17 additions and 18 deletions

View file

@ -54,7 +54,7 @@ def request_api_keys(v):
@app.post("/delete_app/<aid>")
@is_not_banned
@auth_required
@validate_formkey
def delete_oauth_app(v, aid):