diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-25 19:46:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-25 19:46:20 +0200 |
| commit | c9c72cdc3128fe272edeb6ec20959b2248f33877 (patch) | |
| tree | bb04bf8a90ab11417b113675426ce58ca5595289 /check/app/server/create.py | |
| parent | 4d5c3d59f32b80638d82373d33a476652520e260 (diff) | |
frontend demo
Diffstat (limited to 'check/app/server/create.py')
| -rw-r--r-- | check/app/server/create.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check/app/server/create.py b/check/app/server/create.py index 788bfaa..6dab331 100644 --- a/check/app/server/create.py +++ b/check/app/server/create.py @@ -27,7 +27,7 @@ def create_app(script_info=None): """ functional pattern for creating the flask app """ - app = Flask(__name__, static_folder='static', static_url_path='') + app = Flask(__name__, static_folder='static', static_url_path='/static') app.config['SQLALCHEMY_DATABASE_URI'] = connection_url app.config['SQLALCHEMY_TRACK_MODIFICATIONS'] = False app.config['CELERY_BROKER_URL'] = cfg.CELERY_BROKER_URL |
