mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-23 19:20:46 +01:00
fix
This commit is contained in:
parent
7ed69a8cde
commit
2d7cbce8d4
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue