Files
dt_audio/dt_course_fastapi/test_main.http
alsesa b10fd0e112 merge
2024-10-14 17:39:25 +08:00

12 lines
156 B
HTTP
Executable File

# Test your FastAPI endpoints
GET http://127.0.0.1:8000/
Accept: application/json
###
GET http://127.0.0.1:8000/hello/User
Accept: application/json
###