add users page
This commit is contained in:
@ -33,6 +33,11 @@ module.exports = {
|
||||
pathRewrite: { '^/api': '' },
|
||||
secure: false,
|
||||
},
|
||||
'/api/auth': {
|
||||
target: 'http://vigdorov.ru:3013',
|
||||
pathRewrite: { '^/api': '' },
|
||||
secure: false,
|
||||
},
|
||||
'/api/bot': {
|
||||
target: 'http://vigdorov.ru:3012',
|
||||
pathRewrite: { '^/api/bot': '' },
|
||||
|
||||
Reference in New Issue
Block a user