Skip to content

Commit 76cd077

Browse files
fix(TAP-9336): add debug tag in request head
1 parent 642c233 commit 76cd077

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/api/src/core/api-client.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export async function fetchApiServerToken() {
6262
const result = await baseRequestClient.post('/oauth/token', data, {
6363
headers: {
6464
'Content-Type': 'application/x-www-form-urlencoded',
65+
'debug': 'true'
6566
},
6667
})
6768
return result?.data || {}

0 commit comments

Comments
 (0)