Skip to content

Commit

Permalink
fix: remove / after monitor on get route
Browse files Browse the repository at this point in the history
  • Loading branch information
LdeBerried committed Nov 14, 2023
1 parent 1f8915b commit 541027d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alice/onboarding/onboarding_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ def get_monitoring_alerts(

try:
response = self.session.get(
f"{self.url}/user/screening/monitor/",
f"{self.url}/user/screening/monitor",
headers=headers,
timeout=self.timeout,
)
Expand Down

0 comments on commit 541027d

Please sign in to comment.