dffd
This commit is contained in:
parent
1f9143fc1a
commit
5be75fcf8f
4 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue