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 bfcf870 commit 1e23c88Copy full SHA for 1e23c88
Text-Summarizer-Browser-Plugin/backend/server.py
@@ -175,4 +175,4 @@ async def query(
175
- Is it enabled? Double-check your browser's extension settings to ensure the plugin isn't disabled.
176
- Have you pinned the extension? Pin the extension.
177
""")
178
- uvicorn.run(app, host="0.0.0.0", port=5000)
+ uvicorn.run(app, host="127.0.0.1", port=5000)
0 commit comments