refactoring

This commit is contained in:
DahoudG
2024-11-02 15:27:26 +00:00
parent 8e625c1080
commit 9cf96b7acf
44 changed files with 2281 additions and 354 deletions

View File

@@ -1,5 +1,5 @@
class Urls {
static const String baseUrl = 'http://192.168.1.145:8085';
static const String baseUrl = 'http://192.168.1.11:8085';
// Authentication and Users Endpoints
static const String authenticateUser = '$baseUrl/users/authenticate';