wip: alpha

This commit is contained in:
loveuer
2025-03-31 09:38:49 +08:00
commit 1e7127bf67
32 changed files with 3809 additions and 0 deletions

12
httptest/1.http Normal file
View File

@ -0,0 +1,12 @@
### available
GET http://localhost:8080/api/available
### create task
POST http://localhost:8080/api/task/create
Content-Type: application/json
{
"name": "Task 1",
"description": "Description 1"
}