update return type of url function

This commit is contained in:
MathMan05 2024-08-18 15:37:25 -05:00
parent bca93e57b4
commit 240dd30529
2 changed files with 3 additions and 1 deletions

View file

@ -177,6 +177,7 @@ async function getapiurls(str) {
gateway: info.gateway,
cdn: info.cdn,
wellknown: str,
login: url.toString()
};
}
catch {