12 lines
139 B
Dart
12 lines
139 B
Dart
|
|
|
|
class ApiUrls {
|
|
|
|
|
|
|
|
static const baseUrl = "https://regroup.betadelivery.com/api/v1/";
|
|
|
|
static const getlogin = "${baseUrl}login";
|
|
|
|
}
|