freeleaps-service-hub/apps/helloworld/tests/test_main.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