Skip to content

Commit

Permalink
Add filters for items endpoint in api
Browse files Browse the repository at this point in the history
  • Loading branch information
vale95-eng committed Feb 2, 2024
1 parent dbc49f7 commit 944270f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ async def get_feature_with_filters(
except exc.BaseDDSException as err:
raise err.wrap_around_http_exception() from err


@app.get("/datasets/{dataset_id}/{product_id}/metadata", tags=[tags.DATASET])
@timer(
app.state.api_request_duration_seconds,
Expand Down

0 comments on commit 944270f

Please sign in to comment.