mirror of
https://github.com/astaxie/beego.git
synced 2025-06-20 21:00:18 +00:00
beego 1.0 release
This commit is contained in:
2
beego.go
2
beego.go
@ -9,7 +9,7 @@ import (
|
||||
"github.com/astaxie/beego/session"
|
||||
)
|
||||
|
||||
const VERSION = "1.0.0 RC1"
|
||||
const VERSION = "1.0.0"
|
||||
|
||||
func Router(rootpath string, c ControllerInterface, mappingMethods ...string) *App {
|
||||
BeeApp.Router(rootpath, c, mappingMethods...)
|
||||
|
Reference in New Issue
Block a user