fd
This commit is contained in:
parent
4937bafb89
commit
bf9c761f6c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ from files.helpers.get import *
|
|||
from files.__main__ import app, cache
|
||||
from files.classes.submission import Submission
|
||||
|
||||
defaulttimefilter = environ.get("DEFAULT_TIME_FILTER", "day").strip()
|
||||
defaulttimefilter = environ.get("DEFAULT_TIME_FILTER", "all").strip()
|
||||
|
||||
@app.get("/post/")
|
||||
def slash_post():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue