Update FederationController

pull/1708/head
Daniel Supernault 7 years ago
parent ec24dec2df
commit 53110b94fd
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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)

Loading…
Cancel
Save