@ -11,8 +11,8 @@ app_name = "devops"
|
||||
|
||||
router = SimpleRouter(trailing_slash=False)
|
||||
|
||||
router.register('flags', feature_flag_endpoints.Index, basename='_api_v2_flags')
|
||||
router.register('/flags', feature_flag_endpoints.Index, basename='_api_v2_flags')
|
||||
|
||||
router.register('(?P<organization_id>[0-9]+)/flags/(?P<software_id>[0-9]+)', public_feature_flag.ViewSet, basename='_api_checkin')
|
||||
router.register('/(?P<organization_id>[0-9]+)/flags/(?P<software_id>[0-9]+)', public_feature_flag.ViewSet, basename='_api_checkin')
|
||||
|
||||
urlpatterns = router.urls
|
||||
|
Reference in New Issue
Block a user