feat(api): Setup API to be correctly versioned

ref: #248 #365
This commit is contained in:
2024-10-26 18:02:23 +09:30
parent cdacd70bf1
commit 268e3294a2
146 changed files with 510 additions and 461 deletions

View File

@ -12,7 +12,7 @@ class ProjectStateSerializer(
):
url = serializers.HyperlinkedIdentityField(
view_name="API:_api_project_state-detail", format="html"
view_name="v1:_api_project_state-detail", format="html"
)