mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update FederationController
This commit is contained in:
parent
ec24dec2df
commit
53110b94fd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue