This commit is contained in:
arturo
2018-12-04 12:50:29 -06:00
parent 0b5cfbe0d7
commit f8fc3bb16d
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
const api = {}
// api.url = 'http://localhost:3000'
api.url = 'http://venus.acatlan.unam.mx:3010'
api.url = 'https://venus.acatlan.unam.mx/puma'
api.isAuth = function () {
if (window.localStorage.pcpumaT && window.localStorage.pcpumaU) {
return true