Fix a typo

This commit is contained in:
deflax 2025-02-06 19:40:44 +02:00
parent 45d0cf8024
commit 8775471354

View file

@ -16,4 +16,4 @@ echo "waitress-serve $APP_MODULE"
# --trusted-proxy-headers="x-forwarded-for","x-forwarded-host","x-forwarded-proto","x-forwarded-port" \
# --log-untrusted-proxy-headers --threads=16 --call app.api:create_app
pwd
waitress-serve --port=8080" --threads=16 --call $APP_MODULE
waitress-serve --port=8080 --threads=16 --call $APP_MODULE