get country api
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user