Skip to content

Commit 4a6fe6f

Browse files
authored
Doc: change uvicorn command for render service
1 parent becdbee commit 4a6fe6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ There in "__main__" it calls
123123
```
124124

125125
Remember, this code is for development purpose, in production the reload option shall be set to False resp. not used. In other words, the start command e.g. on our render deployment web service (see below) is:<br>
126-
uvicorn main:app host="0.0.0.0" port=8000
126+
uvicorn src.main:app
127127

128128
* So , we start the browser web application with
129129

0 commit comments

Comments
 (0)