feat:login page connected with backend

This commit is contained in:
jahongireshonqulov
2025-10-28 20:08:53 +05:00
parent b23808c731
commit d3ad5b8ddd
12 changed files with 216 additions and 22 deletions

View File

@@ -1,3 +1,5 @@
abstract class ApiConst {
static const String baseUrl = "https://superapp.felixits.uz/api/v1";
static const String login = "/auth/login";
}