salix-front/proxy-serve.js

7 lines
104 B
JavaScript

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