mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 03:55:58 +01:00
add missing ApiXXControllerBase
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
package gitbucket.core.controller
|
package gitbucket.core.controller
|
||||||
|
|
||||||
import gitbucket.core.api._
|
import gitbucket.core.api._
|
||||||
import gitbucket.core.controller.api.{ApiOrganizationControllerBase, ApiRepositoryControllerBase, ApiUserControllerBase}
|
import gitbucket.core.controller.api._
|
||||||
import gitbucket.core.service._
|
import gitbucket.core.service._
|
||||||
import gitbucket.core.util.Implicits._
|
import gitbucket.core.util.Implicits._
|
||||||
import gitbucket.core.util._
|
import gitbucket.core.util._
|
||||||
@@ -9,8 +9,17 @@ import gitbucket.core.plugin.PluginRegistry
|
|||||||
|
|
||||||
class ApiController
|
class ApiController
|
||||||
extends ApiControllerBase
|
extends ApiControllerBase
|
||||||
|
with ApiGitReferenceControllerBase
|
||||||
|
with ApiIssueCommentControllerBase
|
||||||
|
with ApiIssueControllerBase
|
||||||
|
with ApiIssueLabelControllerBase
|
||||||
with ApiOrganizationControllerBase
|
with ApiOrganizationControllerBase
|
||||||
|
with ApiPullRequestControllerBase
|
||||||
|
with ApiRepositoryBranchControllerBase
|
||||||
|
with ApiRepositoryCollaboratorControllerBase
|
||||||
|
with ApiRepositoryCommitControllerBase
|
||||||
with ApiRepositoryControllerBase
|
with ApiRepositoryControllerBase
|
||||||
|
with ApiRepositoryStatusControllerBase
|
||||||
with ApiUserControllerBase
|
with ApiUserControllerBase
|
||||||
with RepositoryService
|
with RepositoryService
|
||||||
with AccountService
|
with AccountService
|
||||||
|
|||||||
Reference in New Issue
Block a user