fdfd
This commit is contained in:
parent
bd17488b70
commit
21372125d3
3 changed files with 4 additions and 1 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue