feat(devops): Update URL route basename

ref: #807 #515 #809 #810 #811
This commit is contained in:
2025-06-09 17:00:12 +09:30
parent 0e5b5db7b9
commit b4daa61b36
3 changed files with 9 additions and 4 deletions

View File

@ -22,7 +22,7 @@ class BaseSerializer(serializers.ModelSerializer):
return str( item )
url = serializers.HyperlinkedIdentityField(
view_name="v2:devops:_api_v2_git_repository-detail", format="html"
view_name="v2:devops:_api_gitrepository-detail", format="html"
)