freeleaps-service-hub/apps/devops/tests/test_main.http
2025-05-18 22:23:44 -07:00

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