cambio de url cliente

This commit is contained in:
beseira13
2026-02-24 15:40:19 -03:00
parent fd7e2a9392
commit 784010b901
3 changed files with 7 additions and 7 deletions

View File

@@ -11,6 +11,12 @@ export default defineConfig({
changeOrigin: true,
secure: false,
rewrite: (path) => path.replace(/^\/api-peru/, ''),
},
'/api-colombia': {
target: 'https://ws-posvirtual-colombia.sial.cl',
changeOrigin: true,
secure: false,
rewrite: (path) => path.replace(/^\/api-colombia/, ''),
}
}
}