Files
Tanami_App/lib/shared/api/api_endpoints.dart

7 lines
191 B
Dart
Raw Normal View History

2024-05-24 19:32:53 +05:30
class ApiEndpoints {
2024-07-10 17:34:49 +05:30
static const baseurl =
"https://tanami.betadelivery.com/api/development/v1/"; //App Base url
static const getcountryurl = baseurl + "country/getAllCountry";
2024-05-24 19:32:53 +05:30
}