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 a399e96 commit 7934c3fCopy full SHA for 7934c3f
lib/core/ForgeRequest.js
@@ -15,7 +15,9 @@ class ForgeRequest {
15
this.request = _axios.default.create({
16
baseUrl: 'https://forge.laravel.com/api/v1',
17
headers: {
18
- 'Authorization': `Bearer ${token}`
+ 'Authorization': `Bearer ${token}`,
19
+ 'Accept': 'application/json',
20
+ 'Content-Type': 'application/json'
21
}
22
});
23
0 commit comments