增加获取路由树功能
This commit is contained in:
@@ -10,6 +10,13 @@ import (
|
||||
"time"
|
||||
)
|
||||
|
||||
// @title Swagger Example API
|
||||
// @version 0.0.1
|
||||
// @description This is a sample Server pets
|
||||
// @securityDefinitions.apikey ApiKeyAuth
|
||||
// @in header
|
||||
// @name x-token
|
||||
// @BasePath /
|
||||
func main() {
|
||||
qmlog.InitLog()
|
||||
registTable.RegistTable(qmsql.InitMysql(config.Dbconfig.Admin))
|
||||
|
Reference in New Issue
Block a user