style
This commit is contained in:
parent
2bef921963
commit
606a2de531
|
@ -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 );
|
||||
|
|
Loading…
Reference in New Issue