结构调整添加cmd

This commit is contained in:
zhangwenjian
2020-04-18 10:06:44 +08:00
parent f2829bfd98
commit a2f4c00246
72 changed files with 838 additions and 597 deletions
+1
View File
@@ -28,6 +28,7 @@ func InitRouter() *gin.Engine {
r.Use(middleware.RequestId())
r.Use(middleware.DemoEvn())
r.GET("/", handler.HelloGoAdmin)
r.Static("/static", "./static")
r.GET("/info", handler.Ping)