mirror of
https://github.com/kongyuebin1/dongfeng-pay.git
synced 2024-11-11 04:59:21 +08:00
8 lines
96 B
Go
8 lines
96 B
Go
|
package routers
|
||
|
|
||
|
import ()
|
||
|
|
||
|
func init() {
|
||
|
//beego.Router("/", &controllers.MainController{})
|
||
|
}
|