Skip to content

Commit

Permalink
Merge pull request breatheco-de#1415 from breatheco-de/main
Browse files Browse the repository at this point in the history
Update urls.py
  • Loading branch information
tommygonzaleza authored Jul 9, 2024
2 parents 0c29f10 + 44f7245 commit eaa2e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion breathecode/marketing/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
path("academy/alias", AcademyAliasView.as_view(), name="academy_alias"),
path("academy/<int:academy_id>/tag/sync", sync_tags_with_active_campaign, name="academy_id_tag_sync"),
path(
"academy/<int:academt_id>/automation/sync",
"academy/<int:academy_id>/automation/sync",
sync_automations_with_active_campaign,
name="academy_id_automation_sync",
),
Expand Down

0 comments on commit eaa2e58

Please sign in to comment.