-
-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
2402fe0
commit b4d3535
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# Abdulazeez Abdulazeez Adeshina <[email protected]> | ||
# | ||
# Copyright (c) 2020 Francesco Bartoli | ||
# Copyright (c) 2024 Tom Kralidis | ||
# Copyright (c) 2025 Tom Kralidis | ||
# Copyright (c) 2022 Abdulazeez Abdulazeez Adeshina | ||
# | ||
# Permission is hereby granted, free of charge, to any person | ||
|
@@ -58,7 +58,6 @@ | |
import pygeoapi.api.processes as processes_api | ||
import pygeoapi.api.stac as stac_api | ||
import pygeoapi.api.tiles as tiles_api | ||
import pygeoapi.admin as admin_api | ||
from pygeoapi.openapi import load_openapi_document | ||
from pygeoapi.config import get_config | ||
from pygeoapi.util import get_api_rules | ||
|
@@ -71,6 +70,7 @@ | |
OPENAPI = load_openapi_document() | ||
|
||
if CONFIG['server'].get('admin'): | ||
import pygeoapi.admin as admin_api | ||
from pygeoapi.admin import Admin | ||
|
||
p = Path(__file__) | ||
|