Skip to content

Commit

Permalink
Fix port
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Ringler committed Sep 25, 2024
1 parent 0c784c8 commit da230da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,4 +191,4 @@ def extract_article_from_url(url):


if __name__ == "__main__":
uvicorn.run(app, host="0.0.0.0", port=4000, log_config=LOGGING_CONFIG)
uvicorn.run(app, host="0.0.0.0", port=3000, log_config=LOGGING_CONFIG)

0 comments on commit da230da

Please sign in to comment.