feat(core): Update url basename

ref: #804 #798
This commit is contained in:
2025-06-07 19:30:16 +09:30
parent 7a614c80f7
commit d1f003820a
6 changed files with 6 additions and 6 deletions

View File

@ -17,7 +17,7 @@ class TicketCommentCategoryBaseSerializer(serializers.ModelSerializer):
return str( item )
url = serializers.HyperlinkedIdentityField(
view_name="v2:_api_v2_ticket_comment_category-detail", format="html"
view_name="v2:_api_ticketcommentcategory-detail", format="html"
)