Skip to content

Commit

Permalink
Merge pull request #70 from alice-biometrics/feat/update-get-availabl…
Browse files Browse the repository at this point in the history
…e-events-url

feat: update url of get available events
  • Loading branch information
miguel-lorenzo authored Aug 4, 2023
2 parents 628b790 + 51c7ba1 commit f9af88b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alice/webhooks/webhooks_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_available_events(
backend_token = self.auth.create_backend_token().unwrap_or_return()
print_token("backend_token_with_user", backend_token, verbose=verbose)
headers = self._auth_headers(backend_token)
response = self.session.get(self.url + "/events", headers=headers)
response = self.session.get(self.url + "/webhook/events", headers=headers)

print_response(response=response, verbose=verbose)

Expand Down

0 comments on commit f9af88b

Please sign in to comment.