Skip to content

Commit

Permalink
fix: Dasherize conversion event types path (#3516)
Browse files Browse the repository at this point in the history
  • Loading branch information
zachaysan committed Mar 4, 2024
1 parent 7b6a3b6 commit 994eb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api/urls/v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
name="conversion-events",
),
path(
"conversion_event_types/",
"conversion-event-types/",
ConversionEventTypeView.as_view(),
name="conversion-event-types",
),
Expand Down

0 comments on commit 994eb55

Please sign in to comment.