Update FederationController

pull/1708/head
Daniel Supernault 2019-09-14 01:50:52 -06:00
rodzic ec24dec2df
commit 53110b94fd
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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