Bon checkpoint + Refactoring

This commit is contained in:
DahoudG
2024-11-08 20:30:23 +00:00
parent 19f6efa995
commit 1e888f41e8
21 changed files with 721 additions and 223 deletions

View File

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