Refactoring + Checkpoint

This commit is contained in:
DahoudG
2024-11-17 23:00:18 +00:00
parent 1e888f41e8
commit 77ab8a02a2
56 changed files with 1904 additions and 790 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.16:8080';
// Authentication and Users Endpoints
static const String authenticateUser = '$baseUrl/users/authenticate';