refactoring

This commit is contained in:
DahoudG
2024-09-01 04:08:50 +00:00
parent 7e1cb85160
commit a1fce6bf27
31 changed files with 1651 additions and 441 deletions

View File

@@ -1,6 +1,6 @@
class Urls {
static const String baseUrl = 'http://192.168.1.145:8085';
static const String baseUrl = 'http://192.168.1.14:8085';
// static const String login = baseUrl + 'auth/login';
// static const String events = baseUrl + 'events';
static const String eventsUrl = '$baseUrl/events';
// Ajoute d'autres URLs ici
}