Update FederationController

This commit is contained in:
Daniel Supernault 2019-09-14 01:50:52 -06:00
parent ec24dec2df
commit 53110b94fd
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ class FederationController extends Controller
$res['openRegistrations'] = config('pixelfed.open_registration');
return response()->json($res, 200, [
'Access-Control-Allow-Origin' => '*'
]);
], JSON_PRETTY_PRINT);
}
public function webfinger(Request $request)