This commit is contained in:
Aevann1 2021-07-29 06:47:39 +02:00
parent 1f9143fc1a
commit 5be75fcf8f
4 changed files with 4 additions and 2 deletions

View file

@ -76,7 +76,7 @@ def submit_get(v):
@app.get("/post/<pid>/<anything>")
@app.get("/api/v1/post/<pid>")
@auth_desired
@api("read")
@public("read")
def post_base36id(pid, anything=None, v=None):
try: pid = int(pid)
except Exception as e: pass