Skip to content

Commit af4872d

Browse files
authored
Merge pull request #45 from jiaozifs/feat/version_api
Feat/version api
2 parents 776afa6 + b3ec816 commit af4872d

File tree

15 files changed

+721
-128
lines changed

15 files changed

+721
-128
lines changed

api/api_impl/impl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var _ api.ServerInterface = (*APIController)(nil)
1111
type APIController struct {
1212
fx.In
1313

14-
controller.VersionController
14+
controller.CommonController
1515
controller.ObjectController
1616
controller.UserController
1717
controller.WipController

0 commit comments

Comments
 (0)