9 lines
197 B
HTTP
9 lines
197 B
HTTP
# Test your FastAPI endpoints
|
|
|
|
GET http://localhost:8000/api/hello_world/
|
|
Accept: application/json
|
|
|
|
###
|
|
POST http://localhost:8000/api/hello_world/insert?msg=Hello%20World
|
|
Accept: application/json
|