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

@ -25,6 +25,6 @@ class Index(CommonViewSet):
return Response(
{
"organization": reverse('API:_api_v2_organization-list', request=request)
"organization": reverse('v2:_api_v2_organization-list', request=request)
}
)