Skip to content

Commit 2d1a8bf

Browse files
committed
s
1 parent b7c47fa commit 2d1a8bf

File tree

1 file changed

+1
-1
lines changed
  • runtime/eoapi/vector/eoapi/vector

1 file changed

+1
-1
lines changed

runtime/eoapi/vector/eoapi/vector/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from starlette.middleware.cors import CORSMiddleware
1010
from starlette.templating import Jinja2Templates
1111
from starlette_cramjam.middleware import CompressionMiddleware
12-
from tipg.collection import register_collection_catalog
12+
from tipg.collections import register_collection_catalog
1313
from tipg.database import close_db_connection, connect_to_db
1414
from tipg.errors import DEFAULT_STATUS_CODES, add_exception_handlers
1515
from tipg.factory import Endpoints as TiPgEndpoints

0 commit comments

Comments
 (0)