mirror of
https://github.com/ambieco/scribe.git
synced 2026-04-29 06:44:51 +08:00
Fix some config typos
This commit is contained in:
@@ -81,12 +81,12 @@ return [
|
||||
* Specify headers to be added to the example requests
|
||||
*/
|
||||
'headers' => [
|
||||
// 'Authorization' => 'Bearer: {token}',
|
||||
// 'Authorization' => 'Bearer {token}',
|
||||
// 'Api-Version' => 'v2',
|
||||
],
|
||||
|
||||
/*
|
||||
* If no @response or @transformer declaratons are found for the route,
|
||||
* If no @response or @transformer declarations are found for the route,
|
||||
* we'll try to get a sample response by attempting an API call.
|
||||
* Configure the settings for the API call here,
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user