We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bd3bb2 commit 0399feaCopy full SHA for 0399fea
pygeoapi/flask_app.py
@@ -58,6 +58,10 @@
58
if CONFIG['server'].get('admin'):
59
from pygeoapi.admin import Admin
60
61
+static_url = '/static'
62
+if CONFIG['server'].get('static_url'):
63
+ static_url = CONFIG['server']['static_url']
64
+
65
STATIC_FOLDER = 'static'
66
if 'templates' in CONFIG['server']:
67
STATIC_FOLDER = CONFIG['server']['templates'].get('static', 'static')
0 commit comments