Skip to content

Commit

Permalink
chore: fixed some endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmorano committed Sep 20, 2024
1 parent 652dcef commit e4b0781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .upptimerc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ sites:
expectedStatusCodes:
- 200
- name: event-api
url: https://follower-api.voting.summit.cardano.org/api/reference/event/TEST_2024
url: https://follower-api.voting.summit.cardano.org/api/reference/event/CARDANO_SUMMIT_AWARDS_2024
maxResponseTime: 2000
__dangerous__body_down_if_text_missing: 'TEST_2024'
expectedStatusCodes:
Expand Down Expand Up @@ -39,13 +39,13 @@ sites:
expectedStatusCodes:
- 401
- name: get-votes-api
url: http://api.voting.summit.cardano.org/api/vote/votes/CARDANO_SUMMIT_AWARDS_2023
url: http://api.voting.summit.cardano.org/api/vote/votes/CARDANO_SUMMIT_AWARDS_2024
maxResponseTime: 2000
__dangerous__body_down_if_text_missing: 'Full authentication is required to access this resource'
expectedStatusCodes:
- 401
- name: get-vote-receipt-api
url: http://api.voting.summit.cardano.org/api/vote/receipt/CARDANO_SUMMIT_AWARDS_2023/AMBASSADOR
url: http://api.voting.summit.cardano.org/api/vote/receipt/CARDANO_SUMMIT_AWARDS_2024/AMBASSADOR
maxResponseTime: 2000
__dangerous__body_down_if_text_missing: 'Full authentication is required to access this resource'
expectedStatusCodes:
Expand Down

0 comments on commit e4b0781

Please sign in to comment.