highing666 преди 3 години
родител
ревизия
880a9f660c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/api/routers/devices.py

+ 1 - 1
app/api/routers/devices.py

@@ -243,7 +243,7 @@ async def get_acatfc2_instruction_v2(params: domain_devices.ACATFC2InstructionsR
 
 
 @router.post(
-    "/instrucions/acatfc4/v2", response_model=domain_devices.ACATFC4InstructionsResponse
+    "/instructions/acatfc4/v2", response_model=domain_devices.ACATFC4InstructionsResponse
 )
 async def get_acatfc4_instrutions_v2(params: domain_devices.ACATFC4InstructionsRequest):
     instructions = await build_acatfc4_instructions_v2(params)