feat: implement geometry service with persistence layer and API documentation
All checks were successful
Build and Release / release (push) Successful in 1m33s

This commit is contained in:
2026-05-09 00:43:45 +07:00
parent b2ee16457d
commit 27c78db66d
7 changed files with 32 additions and 4 deletions

View File

@@ -756,6 +756,11 @@ const docTemplate = `{
"type": "integer",
"name": "time",
"in": "query"
},
{
"type": "integer",
"name": "time_range",
"in": "query"
}
],
"responses": {

View File

@@ -749,6 +749,11 @@
"type": "integer",
"name": "time",
"in": "query"
},
{
"type": "integer",
"name": "time_range",
"in": "query"
}
],
"responses": {

View File

@@ -1174,6 +1174,9 @@ paths:
- in: query
name: time
type: integer
- in: query
name: time_range
type: integer
produces:
- application/json
responses: