Skip to content

Commit

Permalink
emails
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperemy committed Oct 1, 2024
1 parent e8d3208 commit 5932690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ def search():


if __name__ == '__main__':
serve(TransLogger(app, setup_console_handler=False), port=8888, threads=4)
serve(TransLogger(app, setup_console_handler=False), port=9999, threads=4)

0 comments on commit 5932690

Please sign in to comment.