lint
This commit is contained in:
parent
e8e19f4b31
commit
d222c7e824
|
@ -9,4 +9,4 @@ export function isLink(el: HTMLElement) {
|
|||
return isLink(el.parentElement);
|
||||
}
|
||||
return false;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue