与前端匹配的后端代码

This commit is contained in:
BBIT-Kai
2025-05-12 13:57:27 +08:00
parent cdaa958e75
commit 965141def2
66 changed files with 4012 additions and 42 deletions
@@ -0,0 +1,24 @@
### 200 首页
GET http://127.0.0.1:80
### 200 正常返回
GET http://127.0.0.1:80/tasks
### 404 找不到
GET http://127.0.0.1:80/tasks/byPriority/Vital
### 400 格式错误
GET http://127.0.0.1:80/tasks/byPriority/Mediu
###
GET http://0.0.0.0:8080/tasks/byPriority/Medium
Accept: application/json
###
DELETE http://0.0.0.0:8080/tasks/delByName/gardening