添加前后端

This commit is contained in:
小贺
2025-08-31 18:43:16 +08:00
parent 62bab70b08
commit 8de03156e1
28 changed files with 4161 additions and 0 deletions

11
backend/test_main.http Normal file
View File

@@ -0,0 +1,11 @@
# 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
###