mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update ApiV1Controller, fix instance endpoint
This commit is contained in:
parent
c383f1008d
commit
3a3997fa91
1 changed files with 1 additions and 1 deletions
|
@ -1249,7 +1249,7 @@ class ApiV1Controller extends Controller
|
|||
];
|
||||
});
|
||||
|
||||
return response()->json($res);
|
||||
return response()->json($res, 200, [], JSON_UNESCAPED_SLASHES);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue