Skip to content

Commit

Permalink
Add additional headers
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriouslyCory committed Sep 17, 2024
1 parent 9d342f0 commit d2199aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ sites:
url: https://api.basecamp.wtf/stats/platform
headers:
- "X-Sudo-Dev: $API_DEV_TOKEN"
- "Content-Type: application/json"
- name: Defined.fi
url: https://graph.codex.io/graphql
method: POST
url: https://graph.codex.io/graphql
headers:
- "Authorization: $DEFINED_API_KEY"
- "Authorization:$DEFINED_API_KEY"
- "Content-Type: application/json"
body: '{ "query": "{ getNetworks { name, id } }"}'

status-website:
Expand Down

0 comments on commit d2199aa

Please sign in to comment.