Skip to content

Commit

Permalink
qip
Browse files Browse the repository at this point in the history
  • Loading branch information
wakirin committed Sep 6, 2024
1 parent 19faaaf commit 549f56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/pingprophet/integrations/SMSEdgeSMSRoutes.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ async def create_route_rate_settings(self, sms_route_id, payload):
"Accept": "application/json",
"Authorization": f"Bearer {self.team_token}",
}
url = f"{self.url}/api/v1/sms/routing/routes/{sms_route_id}/rate-settings"
url = f"{self.url}/api/v1/sms/rate-parser/routes/{sms_route_id}/settings"
self.logger.debug("Creating route rate settings in Comm.com: %s (%s)", url, payload)
async with session.post(url, headers=headers, json=payload) as resp:
res = await resp.json()
Expand Down

0 comments on commit 549f56c

Please sign in to comment.