Skip to content

Commit

Permalink
fix: add X-Api-Key
Browse files Browse the repository at this point in the history
  • Loading branch information
nikschul committed Sep 27, 2024
1 parent 3f7773c commit 6513fb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deployment/postman/MVD.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -2085,6 +2085,11 @@
"key": "value",
"value": "{{IH_API_TOKEN}}",
"type": "string"
},
{
"key": "key",
"value": "X-Api-Key",
"type": "string"
}
]
},
Expand Down

0 comments on commit 6513fb5

Please sign in to comment.