real-estate / test_main.http
brestok's picture
init
d0e0a14
raw
history blame contribute delete
156 Bytes
# 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
###