Select Git revision
proxy.conf.mjs
proxy.conf.mjs 183 B
export default [
{
context: ['/api'],
target: {
host: 'localhost',
port: 8080,
protocol: 'http:',
},
secure: false,
logLevel: 'debug',
},
];