Skip to content

Commit 3f9998b

Browse files
committed
run API
1 parent 646a0a3 commit 3f9998b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

test_main.http

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Test your FastAPI endpoints
2+
3+
GET http://127.0.0.1:8000/
4+
Accept: application/json
5+
6+
###
7+
8+
GET http://127.0.0.1:8000/hello/User
9+
Accept: application/json
10+
11+
###

0 commit comments

Comments
 (0)