From bed4d28bbb644bee6e8cb6ae93b47308b0a5ac22 Mon Sep 17 00:00:00 2001 From: arturo Date: Wed, 28 Nov 2018 21:30:27 -0600 Subject: [PATCH] demo4 --- src/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/api.js b/src/api.js index f121869..4575cbc 100644 --- a/src/api.js +++ b/src/api.js @@ -1,7 +1,7 @@ const api = {} -api.url = 'http://localhost:3000' -// api.url = 'http://venus.acatlan.unam.mx:3010' +// api.url = 'http://localhost:3000' +api.url = 'http://venus.acatlan.unam.mx:3010' api.isAuth = function () { if (window.localStorage.pcpumaT && window.localStorage.pcpumaU) { return true