feat: založení základní stránky příjem/výdej + import a statistiky
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
get:
|
||||
operationId: getConfig
|
||||
summary: Vrátí veřejnou runtime konfiguraci klienta.
|
||||
security: []
|
||||
responses:
|
||||
"200":
|
||||
description: Runtime konfigurace
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "../../schemas/_index.yml#/Config"
|
||||
Reference in New Issue
Block a user