diff --git a/app.js b/app.js index 7ba0fbc..9467b93 100644 --- a/app.js +++ b/app.js @@ -35,7 +35,7 @@ App({ globalData:{ userInfo: null, currentCustomer: null, - API_URL: 'http://localhost:3000' - // API_URL: 'https://rapi-staging.bayekeji.com' + // API_URL: 'http://localhost:3000', + API_URL: 'https://rapi-staging.bayekeji.com' } })