6636 | Chetan | Update dev and qa base url
This commit is contained in:
@@ -86,9 +86,9 @@ def baseUrl() {
|
||||
if (project.hasProperty('BASE_URL'))
|
||||
return formatString("$BASE_URL")
|
||||
else if (flavor() == "QA")
|
||||
return formatString("https://qa-mobile-application-service.np.navi-tech.in/")
|
||||
return formatString("https://qa-api.navi.com/")
|
||||
else
|
||||
return formatString("https://dev-mobile-application-service.np.navi-tech.in/")
|
||||
return formatString("https://dev-api.navi.com/")
|
||||
}
|
||||
|
||||
def razorpayKey() {
|
||||
|
||||
Reference in New Issue
Block a user