Update ApiV1Controller, fix instance endpoint

This commit is contained in:
Daniel Supernault 2022-03-22 22:04:11 -06:00
parent c383f1008d
commit 3a3997fa91
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -1249,7 +1249,7 @@ class ApiV1Controller extends Controller
];
});
return response()->json($res);
return response()->json($res, 200, [], JSON_UNESCAPED_SLASHES);
}
/**