get country api

This commit is contained in:
poojapandeyx
2024-07-10 17:34:49 +05:30
parent 0ab7bb6df0
commit 05e48ebbbe
15 changed files with 267 additions and 16 deletions

View File

@@ -1,3 +1,6 @@
class ApiEndpoints {
static const base = ""; //App Base url
static const baseurl =
"https://tanami.betadelivery.com/api/development/v1/"; //App Base url
static const getcountryurl = baseurl + "country/getAllCountry";
}