We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f181d99 commit 77f3a55Copy full SHA for 77f3a55
1 file changed
pygeoapi/flask_app.py
@@ -46,7 +46,6 @@
46
import pygeoapi.api.processes as processes_api
47
import pygeoapi.api.stac as stac_api
48
import pygeoapi.api.tiles as tiles_api
49
-import pygeoapi.admin as admin_api
50
from pygeoapi.openapi import load_openapi_document
51
from pygeoapi.config import get_config
52
from pygeoapi.util import get_mimetype, get_api_rules
@@ -58,6 +57,7 @@
58
57
API_RULES = get_api_rules(CONFIG)
59
60
if CONFIG['server'].get('admin'):
+ import pygeoapi.admin as admin_api
61
from pygeoapi.admin import Admin
62
63
STATIC_FOLDER = 'static'
0 commit comments