This commit is contained in:
Tan Jiang 2016-02-26 18:38:27 +08:00
parent 16fe9ace42
commit f15331c0e3

View File

@ -23,7 +23,7 @@ import (
"github.com/beego/i18n"
)
// CommonControler handles request from UI that doesn't expect a page, such as /login /logout ...
// CommonController handles request from UI that doesn't expect a page, such as /login /logout ...
type CommonController struct {
BaseController
}