diff --git a/routers/api/v1/api.go b/routers/api/v1/api.go index 2dbd9e841b..cef9e8cd44 100644 --- a/routers/api/v1/api.go +++ b/routers/api/v1/api.go @@ -1655,7 +1655,7 @@ func Routes() *web.Router { // }) // }) // }) - // TODO: custom-fields API routes — handler not yet implemented + // TODO: custom-fields API routes - handler not yet implemented // m.Group("/custom-fields", func() { ... }) // m.Group("/issues/{index}/custom-fields", func() { ... }) }, repoAssignment(), checkTokenPublicOnly())