mirror of
https://github.com/samuelthomas2774/nxapi.git
synced 2026-04-25 07:27:19 -05:00
Used znc proxy when opening web services
This commit is contained in:
parent
68246fbb6b
commit
407f72621c
|
|
@ -146,7 +146,7 @@ export default class MenuApp {
|
|||
items.push(new MenuItem({
|
||||
label: webservice.name,
|
||||
click: async () => {
|
||||
const {nso, data} = await getToken(this.store.storage, token);
|
||||
const {nso, data} = await getToken(this.store.storage, token, process.env.ZNC_PROXY_URL);
|
||||
|
||||
await openWebService(this.store, token, nso, data, webservice);
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user