:art: Add TODO

huangqimin001 %!s(int64=3) %!d(string=hace) años
padre
commit
4b7b006a10
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      api/eqpt_views.py

+ 2 - 0
api/eqpt_views.py

@@ -30,6 +30,8 @@ def eqpt_bind(request):
30 30
             'sn': sn,
31 31
         })
32 32
 
33
+    # TODO: Call CarePatch's API, batch or single
34
+
33 35
     return response()
34 36
 
35 37