Initial commit

This commit is contained in:
2025-10-29 09:29:38 +03:00
parent 7c829437db
commit fd0f2f0af1
27 changed files with 879 additions and 22 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "Test Testovich",
"booking": [
{
"room": "row 1",
"time": "end row 1"
},
{
"room": "row 2",
"time": "end row 2"
}
]
}