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 acd4811 commit a2e30ffCopy full SHA for a2e30ff
src/pop/__init__.py
@@ -60,4 +60,4 @@ def main():
60
},
61
}
62
63
- uvicorn.run(app, host="0.0.0.0" log_config=log_config)
+ uvicorn.run(app, host="0.0.0.0", log_config=log_config)
0 commit comments