Skip to content

Commit

Permalink
🧮 Choose a method for retrieving data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maseshi committed May 24, 2024
1 parent d3b0625 commit a41b3c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/utils/servicesUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const systemMetricsSubmitter = () => {
await fetch(
`https://api.statuspage.io/v1/pages/${pageId}/metrics/${metricId}/data.json`,
{
method: 'POST',
headers: {
Authorization: `OAuth ${apiKey}`,
'Content-Type': 'application/json',
Expand Down

0 comments on commit a41b3c0

Please sign in to comment.