This commit is contained in:
2025-05-17 04:36:06 +07:00
parent 8643af86ee
commit 4bd18ee756
13 changed files with 188 additions and 7 deletions
+16
View File
@@ -0,0 +1,16 @@
GET http://localhost:8090/teams
###
POST http://localhost:8090/teams
{
"teams": [
{
"name": "Облако"
},
{
"name": "Кустик"
}
]
}