From 28283b9cc7c8fba0d7052e7d94009bac573a1d18 Mon Sep 17 00:00:00 2001 From: Hammad Zafar <75698921+hammadzafar05@users.noreply.github.com> Date: Wed, 28 Aug 2024 17:27:59 +0500 Subject: [PATCH] Added accept : 'application/json' in default header (#386) --- config/request-docs.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/request-docs.php b/config/request-docs.php index a2902d0..a6c9d7f 100644 --- a/config/request-docs.php +++ b/config/request-docs.php @@ -48,6 +48,7 @@ // Later the local storage is used when edits are made 'default_headers' => [ 'Content-Type' => 'application/json', + 'Accept' => 'application/json', ], // By default, LRD group your routes by the first /path.