правка опечаток
This commit is contained in:
@@ -41,7 +41,7 @@ async def post_requests(
|
||||
return response
|
||||
|
||||
|
||||
@router.post("/action", summary="Запрос на перемещение инструмента")
|
||||
@router.post("/action/", summary="Запрос на перемещение инструмента")
|
||||
async def post_requests(
|
||||
request_data: dict = Depends(requestDict),
|
||||
):
|
||||
@@ -109,7 +109,7 @@ async def post_requests(
|
||||
return resonse
|
||||
|
||||
|
||||
@router.post("/toolkit", summary="Запрос остатка инструмента")
|
||||
@router.post("/toolkit/", summary="Запрос остатка инструмента")
|
||||
async def toolkit_request(
|
||||
request_data: dict = Depends(requestDict),
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user