refactoring
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user