kopia lustrzana https://github.com/pixelfed/pixelfed
Update ApiV1Controller, fix instance endpoint
rodzic
c383f1008d
commit
3a3997fa91
|
@ -1249,7 +1249,7 @@ class ApiV1Controller extends Controller
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
return response()->json($res);
|
return response()->json($res, 200, [], JSON_UNESCAPED_SLASHES);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Ładowanie…
Reference in New Issue