generated from VLADIMIR/template
17 lines
208 B
HTTP
17 lines
208 B
HTTP
GET http://localhost:8090/teams
|
||
|
||
###
|
||
|
||
POST http://localhost:8090/teams
|
||
|
||
{
|
||
"teams": [
|
||
{
|
||
"name": "Облако"
|
||
},
|
||
{
|
||
"name": "Кустик"
|
||
}
|
||
]
|
||
}
|