diff --git a/src/main/scala/gitbucket/core/controller/ApiController.scala b/src/main/scala/gitbucket/core/controller/ApiController.scala index 049f59b..30d1564 100644 --- a/src/main/scala/gitbucket/core/controller/ApiController.scala +++ b/src/main/scala/gitbucket/core/controller/ApiController.scala @@ -1,7 +1,7 @@ package gitbucket.core.controller import gitbucket.core.api._ -import gitbucket.core.controller.api.{ApiOrganizationControllerBase, ApiRepositoryControllerBase, ApiUserControllerBase} +import gitbucket.core.controller.api._ import gitbucket.core.service._ import gitbucket.core.util.Implicits._ import gitbucket.core.util._ @@ -9,8 +9,17 @@ class ApiController extends ApiControllerBase + with ApiGitReferenceControllerBase + with ApiIssueCommentControllerBase + with ApiIssueControllerBase + with ApiIssueLabelControllerBase with ApiOrganizationControllerBase + with ApiPullRequestControllerBase + with ApiRepositoryBranchControllerBase + with ApiRepositoryCollaboratorControllerBase + with ApiRepositoryCommitControllerBase with ApiRepositoryControllerBase + with ApiRepositoryStatusControllerBase with ApiUserControllerBase with RepositoryService with AccountService