Refactoring

This commit is contained in:
DahoudG
2024-09-02 21:16:31 +00:00
parent ef72a81b64
commit 04f240b521
5 changed files with 145 additions and 42 deletions

View File

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