Optimisations
This commit is contained in:
parent
66c2a25457
commit
9179acd4cd
21 changed files with 653 additions and 139 deletions
|
|
@ -51,6 +51,12 @@ module.exports = (env, argv) => {
|
|||
context: ['/api'],
|
||||
target: 'http://localhost:8001',
|
||||
},
|
||||
{
|
||||
context: ['/status'],
|
||||
target: 'https://stats.schmelczer.dev',
|
||||
changeOrigin: true,
|
||||
pathRewrite: { '^/status': '/api/event' },
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue