We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641fbad commit 2925257Copy full SHA for 2925257
1 file changed
app/Http/Controllers/WebfingerController.php
@@ -37,7 +37,7 @@ public function handle(Request $request)
37
], 404);
38
}
39
40
- return response()->json($result)
+ return response()->json($result, 200, [], JSON_UNESCAPED_SLASHES)
41
->header('Content-Type', 'application/jrd+json; charset=utf-8')
42
->header('Access-Control-Allow-Origin', '*');
43
0 commit comments