add users page

This commit is contained in:
2021-06-24 23:45:36 +03:00
parent 5d2ecf2f0c
commit 40ac760857
17 changed files with 227 additions and 97 deletions

View File

@ -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': '' },