This commit is contained in:
2025-04-05 13:05:42 -05:00
parent b4a5db028e
commit 1100a0fc08
7 changed files with 22 additions and 11 deletions

View File

@@ -60,10 +60,10 @@ export default {
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
axios: {
//baseURL: "http://192.168.1.111:4000/api"
baseURL: "http://192.168.1.11:4000/api"
// baseURL:process.env.BASE_URL
baseURL:"https://finanzasm.herokuapp.com/api"
},
// baseURL:"https://finanzasm.fly.dev/api"
},
/*
** Build configuration