mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-02-03 10:58:44 +08:00
16 lines
450 B
Go
16 lines
450 B
Go
// Package genrouter
|
|
// @Link https://github.com/bufanyun/hotgo
|
|
// @Copyright Copyright (c) 2023 HotGo CLI
|
|
// @Author Ms <133814250@qq.com>
|
|
// @License https://github.com/bufanyun/hotgo/blob/master/LICENSE
|
|
// @AutoGenerate Version 2.1.2
|
|
// @AutoGenerate Date 2023-02-08 17:47:32
|
|
//
|
|
package genrouter
|
|
|
|
import "hotgo/internal/controller/backend/sys"
|
|
|
|
func init() {
|
|
LoginRequiredRouter = append(LoginRequiredRouter, sys.CurdDemo) // 生成演示
|
|
}
|