Explorar el Código

Return a 204.

master
Chris Smith hace 6 años
padre
commit
9c3d006455
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      main.py

+ 1
- 0
main.py Ver fichero

@@ -130,6 +130,7 @@ def handle_docker_registry(hash):
130 130
         abort(403)
131 131
 
132 132
     app.logger.warn(f"Docker hub json: {request.get_json()}")
133
+    return "", 204
133 134
 
134 135
 
135 136
 app.run("0.0.0.0")

Loading…
Cancelar
Guardar