[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

@@ -112,6 +112,14 @@ PROXY_CONFIG.push(...[
"^/testnet": ""
},
},
{
context: ['/api/v1/services/**'],
target: `http://localhost:9000`,
secure: false,
ws: true,
changeOrigin: true,
proxyTimeout: 30000,
},
{
context: ['/api/v1/**'],
target: `http://localhost:8999`,