Explorar el Código

fix a spelling error

highing666 hace 3 años
padre
commit
ae5671e8c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/api/routers/devices.py

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

@@ -191,7 +191,7 @@ async def get_acatfu_freq_set(
     }
 
 
-@router.post('/instruction/acatfu/freq-set', response_model=domain_devices.ACATFUFreqSetResponse)
+@router.post('/instructions/acatfu/freq-set', response_model=domain_devices.ACATFUFreqSetResponse)
 async def get_acatfu_freq_set(params: domain_devices.ACATFUFreqSetRequest):
     freq_set = build_acatfu_freq_set(params)