fix: resolve discovery and UI bugs

This commit is contained in:
2026-08-02 12:55:19 -04:00
parent 2d202b4979
commit 0331cb976a
4 changed files with 24 additions and 8 deletions
+3
View File
@@ -43,6 +43,9 @@ module.exports = {
const headers = {
'Authorization': `PVEAPIToken=${tokenId}=${tokenSecret}`
};
// Ensure URL has no trailing slash
url = url.replace(/\\/+$/, '');
const resources = [];
const edges = [];