From 795d163345651e9c86b2735416138771c2356487 Mon Sep 17 00:00:00 2001 From: Eric-Guo Date: Sun, 27 Aug 2017 10:10:38 +0800 Subject: [PATCH] only production env available. --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 9e3bcd0..364b152 100644 --- a/app.js +++ b/app.js @@ -146,6 +146,6 @@ App({ userInfo: null, currentCustomer: null, // API_URL: 'http://localhost:3000', - API_URL: 'https://rapi-staging.bayekeji.com' + API_URL: 'https://rapi.bayekeji.com' } })