salix-front/proxy.mjs

7 lines
106 B
JavaScript
Raw Normal View History

2024-10-21 09:34:39 +00:00
export default [
{
path: '/api',
rule: { target: 'http://localhost:3000' },
},
];