closing
This commit is contained in:
parent
832f89af9c
commit
99b0a8ca17
6 changed files with 40 additions and 37 deletions
|
@ -7,7 +7,8 @@ defaulttimefilter = environ.get("DEFAULT_TIME_FILTER", "all").strip()
|
|||
SITE_NAME = environ.get("SITE_NAME", "").strip()
|
||||
|
||||
@app.get("/post/")
|
||||
def slash_post():
|
||||
@auth_desired
|
||||
def slash_post(v):
|
||||
return redirect("/")
|
||||
|
||||
@app.post("/clear")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue