chore: rm pylint error

this file is due for refactor so urls are in own modules

ref: #776
This commit is contained in:
2025-05-29 07:19:03 +09:30
parent 11e12ec70f
commit 428770a8eb

View File

@ -173,7 +173,7 @@ for model in apps.get_models():
entity_type_names = str(entity_type_names)[:-1]
# pylint: disable=C0301:line-too-long
router.register('access', access_v2.Index, basename='_api_v2_access_home')
router.register('access/(?P<entity_model>[company]+)', entity.ViewSet, feature_flag = '2025-00008', basename='_api_v2_company')