forked from mirror/pixelfed
Update ApiV1Controller, fix instance endpoint
This commit is contained in:
parent
c383f1008d
commit
3a3997fa91
|
@ -1249,7 +1249,7 @@ class ApiV1Controller extends Controller
|
|||
];
|
||||
});
|
||||
|
||||
return response()->json($res);
|
||||
return response()->json($res, 200, [], JSON_UNESCAPED_SLASHES);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue