remove default static/-handler

This commit is contained in:
2020-07-09 21:46:04 +02:00
parent 6a4fd76a18
commit e3422f377d

View File

@@ -16,7 +16,7 @@ VEREIN_SECTIONS_DIR = "sections/"
MAIN_LINKS_DIR = "main-links/"
NEWS_DIR = "news/"
app = flask.Flask("athq-landing-page")
app = flask.Flask("athq-landing-page", static_folder=None)
mainConfig = dict()
with open("config.json") as f:
mainConfig = json.load(f)