Browse Source

Return a 204.

master
Chris Smith 5 years ago
parent
commit
9c3d006455
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      main.py

+ 1
- 0
main.py View File

@@ -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…
Cancel
Save