Skip to content

Commit

Permalink
Added accept : 'application/json' in default header (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
hammadzafar05 authored Aug 28, 2024
1 parent d04876e commit 28283b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/request-docs.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 28283b9

Please sign in to comment.