mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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…
Add table
Reference in a new issue