Interface de connexion avec connexion réussie au serveur

This commit is contained in:
DahoudG
2024-08-27 16:52:39 +00:00
parent 59331ddd7d
commit e233f9f392
9 changed files with 216 additions and 165 deletions

View File

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