Skip to content

Commit

Permalink
do not pass collection extensions to get_request_model
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Aug 19, 2024
1 parent b63901f commit 53adac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_fastapi/pgstac/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
collections_get_request_model = EmptyRequest

post_request_model = create_post_request_model(extensions, base_model=PgstacSearch)
get_request_model = create_get_request_model(extensions + collection_extensions)
get_request_model = create_get_request_model(extensions)

api = StacApi(
settings=settings,
Expand Down

0 comments on commit 53adac5

Please sign in to comment.