We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a9d72 commit 45025f7Copy full SHA for 45025f7
README.md
@@ -62,9 +62,9 @@ vercel dev
62
or
63
64
```bash
65
-uvicorn main:app --host 0.0.0.0 --port 3000
+uvicorn main:app --host 0.0.0.0 --port 8000
66
```
67
-Your FastApi application is now available at `http://localhost:3000`.
+Your FastApi application is now available at `http://localhost:8000`.
68
69
## One-Click Deploy
70
test_index.http
@@ -9,3 +9,12 @@ GET http://127.0.0.1:8000/hello/User
9
Accept: application/json
10
11
###
12
+
13
+POST /hello HTTP/1.1
14
+Host: 3000-hebertcisco-deploypytho-jd9aomhlkk8.ws-us89.gitpod.io
15
+Content-Type: application/json
16
+Content-Length: 28
17
18
+{
19
+ "message": "Fulano!"
20
+}
0 commit comments