This commit is contained in:
Aevann1 2021-08-13 04:55:52 +02:00
parent bd17488b70
commit 21372125d3
3 changed files with 4 additions and 1 deletions

View file

@ -46,6 +46,7 @@ def submit_get(v):
@app.get("/post/<pid>")
@app.get("/post/<pid>/<anything>")
@app.get("/logged_out/post/<pid>")
@app.get("/logged_out/post/<pid>/<anything>")
@auth_desired
def post_id(pid, anything=None, v=None):