chore(devops): Remove GitGroup old notes URL route

ref: #783 #781
This commit is contained in:
2025-06-04 07:03:18 +09:30
parent 0a413a6581
commit 507182983b

View File

@ -37,9 +37,5 @@ router.register(
prefix = 'git_group', viewset = git_group.ViewSet,
feature_flag = '2025-00001', basename = '_api_gitgroup'
)
router.register(
prefix = 'git_group/(?P<model_id>[0-9]+)/notes', viewset = git_group_notes.ViewSet,
feature_flag = '2025-00001', basename = '_api_v2_git_group_note'
)
urlpatterns = router.urls