mirror of https://github.com/ouqiang/gocron
9 lines
116 B
Go
9 lines
116 B
Go
![]() |
package routers
|
||
|
|
||
|
import "gopkg.in/macaron.v1"
|
||
|
|
||
|
// 首页
|
||
![]() |
func Home(ctx *macaron.Context) {
|
||
|
ctx.Redirect("/task")
|
||
![]() |
}
|