v0.5.8: openapi.json — готовая JSON-строка в памяти, без jsonify на каждый запрос

This commit is contained in:
2026-08-02 12:32:56 +04:00
parent 32d1ecc5a3
commit e206b65dc6
2 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ SERVICES = _DF["SERVICES"]
OPS_INDEX = _DF["OPS_INDEX"]
DELAY = float(os.getenv("MOCK_OP_DELAY", "0.1"))
VERSION = "0.5.7"
VERSION = "0.5.8"
def get_services(stand_id):