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