diff --git a/api/README.md b/api/README.md index 3ead3e4bdc..6cd1578e92 100644 --- a/api/README.md +++ b/api/README.md @@ -55,7 +55,7 @@ 7. Start api service ```bash - poetry run python -m flask run --host 0.0.0.0 --port=5001 --debug + poetry run python -m flask run --host 0.0.0.0 --port=5001 ``` 8. Start Dify [web](../web) service.