Skip to content

Commit 2925257

Browse files
committed
Update WebfingerController
1 parent 641fbad commit 2925257

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/WebfingerController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function handle(Request $request)
3737
], 404);
3838
}
3939

40-
return response()->json($result)
40+
return response()->json($result, 200, [], JSON_UNESCAPED_SLASHES)
4141
->header('Content-Type', 'application/jrd+json; charset=utf-8')
4242
->header('Access-Control-Allow-Origin', '*');
4343
}

0 commit comments

Comments
 (0)