Skip to content

Commit

Permalink
Remove Trailing Slash
Browse files Browse the repository at this point in the history
  • Loading branch information
shiva-menta committed Nov 21, 2024
1 parent 5216421 commit 617efe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/courses/management/commands/sync_path_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def send_webhook_request(
) -> None:
async with webhook_semaphore:
await async_session.post(
url="https://penncoursealert.com/webhook/",
url="https://penncoursealert.com/webhook",
data=json.dumps(format_webhook_request_body(course, course_status, semester)),
headers={"Content-Type": "application/json", "Authorization": f"Basic {auth.decode()}"},
)
Expand Down

0 comments on commit 617efe2

Please sign in to comment.