• haoyanbin's avatar
    1 · c65e78f1
    haoyanbin authored
    c65e78f1
other.go 204 Bytes
package api

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

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