static file path
This commit is contained in:
@@ -10,9 +10,10 @@ def create_app(test_config=None):
|
||||
app.config.from_mapping(
|
||||
# a default secret that should be overridden by instance config
|
||||
SECRET_KEY="dev",
|
||||
URL_PREFIX = "/"
|
||||
)
|
||||
URL_PREFIX = "/",
|
||||
|
||||
)
|
||||
|
||||
if not test_config:
|
||||
# load the instance config, if it exists, when not testing
|
||||
app.config.from_pyfile("cfg.py")
|
||||
|
||||
Reference in New Issue
Block a user