Files
Tanami_App/lib/shared/api/api_endpoints.dart
2024-07-10 17:34:49 +05:30

7 lines
191 B
Dart

class ApiEndpoints {
static const baseurl =
"https://tanami.betadelivery.com/api/development/v1/"; //App Base url
static const getcountryurl = baseurl + "country/getAllCountry";
}