We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995cfb1 commit 014e871Copy full SHA for 014e871
utilities/redis_benchmarks_specification/api.py
@@ -73,9 +73,6 @@ class CommitSchema(Schema):
73
git_hash = fields.String(required=True)
74
75
76
-app = Flask(__name__)
77
-
78
79
@app.route("/api/gh/redis/redis/commits", methods=["POST"])
80
@auth.login_required
81
def base():
@@ -148,7 +145,7 @@ def main():
148
145
password=GH_REDIS_SERVER_AUTH,
149
146
)
150
147
151
- app.run()
+ app.run(host="0.0.0.0")
152
153
154
if __name__ == "__main__":
0 commit comments