docs: URL sac-api.kalinamall.ru для Seaca вместо sac веб-интерфейса.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
PTah
2026-06-13 12:01:06 +10:00
parent 47c51aecd3
commit 50b97354a4
2 changed files with 2 additions and 2 deletions
@@ -52,7 +52,7 @@ fun ConnectScreen(
value = serverUrl,
onValueChange = { serverUrl = it },
label = { Text("URL сервера") },
placeholder = { Text("https://sac.example.com") },
placeholder = { Text("https://sac-api.kalinamall.ru") },
modifier = Modifier.fillMaxWidth(),
singleLine = true,
)