salix-front/proxy.mjs

7 lines
106 B
JavaScript

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