Ver código fonte

Return a 204.

master
Chris Smith 6 anos atrás
pai
commit
9c3d006455
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      main.py

+ 1
- 0
main.py Ver arquivo

@@ -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")

Carregando…
Cancelar
Salvar