[menu] call services api to fetch user menu

This commit is contained in:
nymkappa
2023-08-17 18:59:27 +02:00
parent 23b871631a
commit 91e3943a74
4 changed files with 28 additions and 38 deletions

View File

@@ -95,6 +95,14 @@ if (configContent && configContent.BASE_MODULE === 'bisq') {
}
PROXY_CONFIG.push(...[
{
context: ['/api/v1/services/**'],
target: `http://localhost:9000`,
secure: false,
ws: true,
changeOrigin: true,
proxyTimeout: 30000,
},
{
context: ['/api/v1/**'],
target: `http://localhost:8999`,