salix-front/proxy.mjs

7 lines
106 B
JavaScript

export default [
{
path: '/api',
rule: { target: 'http://localhost:3000' },
},
];