Skip to content

Commit 6b6d104

Browse files
committed
fix: use application/json for proxy secret errors
1 parent 743aa9e commit 6b6d104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EventSubscriber/ProxySecretSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public function onRequest(RequestEvent $event): void {
102102
],
103103
],
104104
], 403, [
105-
'Content-Type' => 'application/vnd.api+json; charset=utf-8',
105+
'Content-Type' => 'application/json; charset=utf-8',
106106
]);
107107

108108
$event->setResponse($response);

0 commit comments

Comments
 (0)