Skip to content

Commit

Permalink
add add_search_list_route
Browse files Browse the repository at this point in the history
  • Loading branch information
smohiudd committed Jul 18, 2024
1 parent 6361c8d commit 12ec468
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions raster_api/runtime/src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from titiler.pgstac.db import close_db_connection, connect_to_db
from titiler.pgstac.factory import (
MosaicTilerFactory,
add_mosaic_register_route,
add_search_list_route,
add_search_register_route,
)
from titiler.pgstac.reader import PgSTACReader
Expand Down Expand Up @@ -110,7 +110,7 @@ async def lifespan(app: FastAPI):
],
)
# add /list endpoint
add_search_register_route(app)
add_search_list_route(app)


###############################################################################
Expand Down

0 comments on commit 12ec468

Please sign in to comment.