other.go 204 Bytes
Newer Older
haoyanbin's avatar
1  
haoyanbin committed
1 2 3 4 5 6 7 8
package api

import "go-admin/app/other/router"

func init() {
	//注册路由 fixme 其他应用的路由,在本目录新建文件放在init方法
	AppRouters = append(AppRouters, router.InitRouter)
}