1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-07-26 18:34:35 +02:00
This commit is contained in:
kakkokari-gtyih
2024-06-03 20:05:31 +09:00
parent e8e19f4b31
commit d222c7e824
2 changed files with 3 additions and 3 deletions

View File

@@ -9,4 +9,4 @@ export function isLink(el: HTMLElement) {
return isLink(el.parentElement);
}
return false;
};
}

View File

@@ -52,12 +52,12 @@ const devConfig = {
'/bios': httpUrl,
'/cli': httpUrl,
'/inbox': httpUrl,
'/notes': {
/* '/notes': {
target: httpUrl,
headers: {
'Accept': 'application/activity+json',
},
},
},*/
'/users': {
target: httpUrl,
headers: {