feat: There is no way the, bug #52270
This commit is contained in:
+3
-2
@@ -76,7 +76,8 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
devServer: {
|
||||
port: 9999,
|
||||
port: 9090,
|
||||
disableHostCheck: true,
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: interfaceUrl,
|
||||
@@ -86,7 +87,7 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
'/onlyOffice': {
|
||||
target: 'http://10.96.10.171',
|
||||
target: 'http://127.0.0.1',
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
'^/onlyOffice': '/api'
|
||||
|
||||
Reference in New Issue
Block a user