This commit is contained in:
Aevann1 2021-09-19 20:38:24 +02:00
parent b471a16e56
commit f11aa6df76
9 changed files with 106 additions and 126 deletions

View file

@ -2,8 +2,6 @@ from files.helpers.wrappers import *
from files.helpers.get import *
from flask import g
from files.__main__ import app
from files.helpers.sanitize import sanitize
from os import path
@app.post("/flag/post/<pid>")
@auth_desired