wip: alpha
This commit is contained in:
12
httptest/1.http
Normal file
12
httptest/1.http
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user