diff --git a/app.py b/app.py index d95a7e7..313fce1 100644 --- a/app.py +++ b/app.py @@ -33,7 +33,7 @@ from helpers import ( from config import * import logging -app = Flask(__name__) +app = Flask(__name__, static_url_path = '/web/static') cors = CORS(app) diff --git a/templates/base.html b/templates/base.html index 64463f9..9d5765f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,11 +1,11 @@ - - - - - - + + + + + +