Align frontend API contracts

This commit is contained in:
2026-03-22 13:21:02 +01:00
parent 0da5b4abe2
commit e639b3c792
35 changed files with 1362 additions and 205 deletions

View File

@@ -51,7 +51,7 @@ class ExchangeConnectionService:
return {
"status": "success",
"message": "Подключение и структура целевой БД валидны.",
"message": "Подключение проверено. Соединение и структура БД валидны.",
}
@classmethod