This commit is contained in:
Aevann1 2021-09-04 18:30:39 +02:00
parent 4937bafb89
commit bf9c761f6c
2 changed files with 2 additions and 2 deletions

View file

@ -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():