Files
aggregate_translate_server/template/cmd_api.template

8 lines
210 B
Plaintext
Raw Permalink Normal View History

2025-06-29 00:36:30 +08:00
package api
import "go-admin/app/{{.appName}}/router"
func init() {
//注册路由 fixme 其他应用的路由在本目录新建文件放在init方法
AppRouters = append(AppRouters, router.InitRouter)
}