mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 16:21:35 +01:00
remove default static/-handler
This commit is contained in:
@@ -16,7 +16,7 @@ VEREIN_SECTIONS_DIR = "sections/"
|
|||||||
MAIN_LINKS_DIR = "main-links/"
|
MAIN_LINKS_DIR = "main-links/"
|
||||||
NEWS_DIR = "news/"
|
NEWS_DIR = "news/"
|
||||||
|
|
||||||
app = flask.Flask("athq-landing-page")
|
app = flask.Flask("athq-landing-page", static_folder=None)
|
||||||
mainConfig = dict()
|
mainConfig = dict()
|
||||||
with open("config.json") as f:
|
with open("config.json") as f:
|
||||||
mainConfig = json.load(f)
|
mainConfig = json.load(f)
|
||||||
|
|||||||
Reference in New Issue
Block a user