We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8510fa commit d56a568Copy full SHA for d56a568
README.md
@@ -62,7 +62,7 @@ vercel dev
62
or
63
64
```bash
65
-uvicorn main:app --host 0.0.0.0 --port 4000
+uvicorn main:app --host 0.0.0.0 --port 3000
66
```
67
Your Flask application is now available at `http://localhost:3000`.
68
0 commit comments