Update waitress IP to make it work on production.

This commit is contained in:
W1CDN 2023-04-15 16:37:31 -05:00
parent 14effc9746
commit 7453d50598
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ os.chdir(this_files_dir)
# `url_prefix` is optional, but useful if you are serving app on a sub-dir
# behind a reverse-proxy.
serve(api_app, host='127.0.0.1', port=5001)
serve(api_app, host='0.0.0.0', port=5001)