Skip to content

Commit

Permalink
Update cyberstorm urls pkg rate name
Browse files Browse the repository at this point in the history
  • Loading branch information
Oksamies committed Jun 24, 2024
1 parent cc7ae2c commit dba69ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/thunderstore/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
path(
"package/<str:namespace_id>/<str:package_name>/rate/",
PackageRatingRateAPIView.as_view(),
name="cyberstorm.package.deprecate",
name="cyberstorm.package_rating.rate",
),
path(
"team/<str:team_id>/",
Expand Down

0 comments on commit dba69ff

Please sign in to comment.