fix: riva_server_uri

This commit is contained in:
Quan HL
2023-02-10 20:28:29 +07:00
parent 922ef9f0b7
commit 1b165b9692

View File

@@ -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;
}));