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 b7c47fa commit 2d1a8bfCopy full SHA for 2d1a8bf
runtime/eoapi/vector/eoapi/vector/app.py
@@ -9,7 +9,7 @@
9
from starlette.middleware.cors import CORSMiddleware
10
from starlette.templating import Jinja2Templates
11
from starlette_cramjam.middleware import CompressionMiddleware
12
-from tipg.collection import register_collection_catalog
+from tipg.collections import register_collection_catalog
13
from tipg.database import close_db_connection, connect_to_db
14
from tipg.errors import DEFAULT_STATUS_CODES, add_exception_handlers
15
from tipg.factory import Endpoints as TiPgEndpoints
0 commit comments