Skip to content

Commit

Permalink
Update route.go
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkLeong committed Jun 16, 2022
1 parent 6bb044a commit d91fef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions route/route.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func InitRouter() *gin.Engine {
v1SysGroup := v1Group.Group("/sys")
v1SysGroup.Use()
{
v1SysGroup.GET("/check", v1.GetSystemCheckVersion)
v1SysGroup.GET("/version/check", v1.GetSystemCheckVersion)
v1SysGroup.GET("/hardware/info", v1.GetSystemHardwareInfo)
v1SysGroup.POST("/update", v1.SystemUpdate)
Expand Down

0 comments on commit d91fef0

Please sign in to comment.