server de pruebas primera vez

This commit is contained in:
2020-09-08 20:23:55 -05:00
parent 4a5aaa0c3b
commit db2ecbdb04
+3 -2
View File
@@ -1,5 +1,5 @@
export default {
server: { port: 3000 },
server: { port: 4200 },
mode: 'spa',
target: 'server',
head: {
@@ -23,7 +23,8 @@ export default {
build: {},
env: {
// api: "http://localhost:3000"
api: 'https://edb8f6f9b43d.ngrok.io',
// api: 'https://f856b4d485e1.ngrok.io',
api: 'https://venus.acatlan.unam.mx/pruebas_pcpuma',
// api: "http://"
},
}