This commit is contained in:
MomentQYC 2023-11-03 15:03:30 +08:00 committed by GitHub
parent 2bef921963
commit 606a2de531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export const apiUrl = url + '/api';
const webInfo = {
host: address.host,
instanceName: siteName === 'Misskey' ? address.host : siteName
}
};
const xhr = new XMLHttpRequest();
xhr.open( "POST", apiUrl + '/meta', false );