mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-21 10:13:01 +00:00
结构调整添加cmd
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user