Skip to content

Commit

Permalink
Test new header
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Jan 13, 2025
1 parent c91ba08 commit 09de2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tapisui-api/src/utils/apiGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const apiGenerator = <T extends unknown>(
jwt: string | null
): T => {
const headers: any = {
'X-Client-Identifier': 'TapisUI',
'X-TAPIS-TRACKING-ID': 'TapisUI',
};
if (jwt) {
headers['X-Tapis-Token'] = jwt;
Expand Down

0 comments on commit 09de2b5

Please sign in to comment.