Skip to content

Commit

Permalink
Update route.go
Browse files Browse the repository at this point in the history
  • Loading branch information
LinkLeong committed Jul 29, 2022
1 parent 364fbf0 commit 81d3293
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 @@ -113,6 +113,7 @@ func InitRouter() *gin.Engine {
v1SysGroup.Use()
{
v1SysGroup.GET("/version", v1.GetSystemCheckVersion) //version/check
v1SysGroup.GET("/version/check", v1.GetSystemCheckVersion)
v1SysGroup.POST("/update", v1.SystemUpdate)

v1SysGroup.GET("/hardware", v1.GetSystemHardwareInfo) //hardware/info
Expand Down

0 comments on commit 81d3293

Please sign in to comment.