diff --git a/nuxt.config.js b/nuxt.config.js index b397005..f0c8912 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -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://" }, }