правка опечаток

This commit is contained in:
2025-12-07 21:19:48 +03:00
parent 3f2541aacb
commit ca8a1e0895
3 changed files with 4 additions and 8 deletions
+2 -2
View File
@@ -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),
):