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