Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit a5999bd

Browse files
fix: removing uneeded comment that was used in development
1 parent cc8fd62 commit a5999bd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/stapi_fastapi/routers/product_router.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ def __init__(
4747
tags=["Products"],
4848
)
4949

50-
# Any paginated POST or requires a body needs the same POST body to be sent
51-
# method property on Link object needs to be set to POST
52-
# next link for GET can just include next token dont need to specify method or body
53-
# where there's a POST body, have to include post body body property is request.body()
5450
self.add_api_route(
5551
path="/opportunities",
5652
endpoint=self.search_opportunities,

0 commit comments

Comments
 (0)