mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-30 09:27:10 +02:00
remove outdated dev proxy.
This commit is contained in:
parent
970414d79b
commit
3d7c5d54d8
1 changed files with 0 additions and 4 deletions
|
@ -13,10 +13,6 @@ module.exports = {
|
|||
devServer: {
|
||||
disableHostCheck: true,
|
||||
proxy: {
|
||||
'^/ws': {
|
||||
target: 'ws://' + process.env.NEKO_HOST + ':' + process.env.NEKO_PORT + '/',
|
||||
ws: true,
|
||||
},
|
||||
'^/api': {
|
||||
target: 'http://' + process.env.NEKO_HOST + ':' + process.env.NEKO_PORT + '/',
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue