Skip to content

Commit

Permalink
fix: network hosts (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjibansg authored Feb 12, 2024
1 parent deb91b0 commit 3cf4f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def substrait_fiddle_openapi():
app.openapi = substrait_fiddle_openapi
app.add_middleware(
TrustedHostMiddleware,
allowed_hosts=["substrait-fiddle.com", "*.substrait-fiddle.com", "127.0.0.1"],
allowed_hosts=["*"],
)

@app.get("/")
Expand Down

0 comments on commit 3cf4f52

Please sign in to comment.