This commit is contained in:
xifer 2024-07-26 18:07:05 -04:00 committed by GitHub
commit 4e262ff3b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ async function connectToApi(baseUrl) {
}
const url = new URL(baseUrl);
url.pathname = '/api/modules';
url.pathname += '/api/modules';
try {
const getExtensionsResult = await doExtrasFetch(url);