Skip to content

Commit

Permalink
X-Application -> X-Hubmap-Application
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckKollar committed Aug 7, 2024
1 parent 7798bf4 commit dbf13b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -4251,7 +4251,7 @@ def bulk_update_entities(
) -> dict:
headers = {
"Authorization": f"Bearer {token}",
"X-Application": SchemaConstants.ENTITY_API_APP,
"X-Hubmap-Application": SchemaConstants.ENTITY_API_APP,
}
# create a session with retries
session = requests.Session()
Expand Down

0 comments on commit dbf13b2

Please sign in to comment.