mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 01:43:29 +01:00
Add support for running under a context path, ie. /bonob, replace BONOB_WEB_ADDRESS with BONOB_URL
This commit is contained in:
@@ -7,7 +7,7 @@ const config = readConfig();
|
||||
const bonob = bonobService(
|
||||
config.sonos.serviceName,
|
||||
config.sonos.sid,
|
||||
config.webAddress,
|
||||
config.bonobUrl,
|
||||
"AppLink"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user