mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-01-25 02:08:24 +00:00
fix: riva_server_uri
This commit is contained in:
@@ -218,7 +218,7 @@ router.get('/', async(req, res) => {
|
||||
obj.instance_id = o.instance_id;
|
||||
} else if ('nvidia' == obj.vendor) {
|
||||
const o = JSON.parse(decrypt(credential));
|
||||
obj.riva_server_uri = obscureKey(o.riva_server_uri);
|
||||
obj.riva_server_uri = o.riva_server_uri;
|
||||
}
|
||||
return obj;
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user