diff --git a/server/app/app.py b/server/app/app.py index b1fd1570..e25c780d 100644 --- a/server/app/app.py +++ b/server/app/app.py @@ -13,7 +13,7 @@ from .web import webapp REACTIVE_LIMIT = 1_000_000 -app = Flask(__name__) +app = Flask(__name__, static_folder="web/static") cache = Cache(app, config={"CACHE_TYPE": "simple", "CACHE_DEFAULT_TIMEOUT": 860000}) Compress(app) CORS(app)