Skip to content
Snippets Groups Projects
Commit 7a70269a authored by Håvard Vika Røen's avatar Håvard Vika Røen
Browse files

Add static URL path to Flask app

parent e52303ef
No related branches found
No related tags found
1 merge request!20Development
......@@ -16,7 +16,7 @@ jwt = JWTManager()
ravenswagger = RavenSwagger()
app = Flask(__name__)
app = Flask(__name__, static_url_path='/api/static')
app.config.from_object(Config)
Database.init_app(app)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment