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

Commit 76f4e57

Browse files
author
Phil Varner
committed
add method to product router
1 parent 3acf0ab commit 76f4e57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stapi_fastapi/routers/product_router.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ def get_product(self, request: Request) -> Product:
202202
),
203203
rel="create-order",
204204
type=TYPE_JSON,
205+
method="POST",
205206
),
206207
]
207208

0 commit comments

Comments
 (0)