feat: add front chat

This commit is contained in:
2026-06-25 23:34:10 +03:30
parent fa45ef0737
commit 153b4caa3d
8 changed files with 377 additions and 140 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ class AppConfig {
/// با تغییر شبکه/IP مک، مقدار dart-define یا همین پیش‌فرض را عوض کنید.
static const String baseUrl = String.fromEnvironment(
'BASE_URL',
defaultValue: 'http://192.168.1.104:8080',
defaultValue: 'http://192.168.72.210:8080',
);
static String get apiUrl => '$baseUrl/api';