harbor/controllers/ng/dashboard.go

10 lines
148 B
Go
Raw Normal View History

2016-04-11 10:07:16 +02:00
package ng
type DashboardController struct {
BaseController
}
func (dc *DashboardController) Get() {
dc.Forward("Dashboard", "dashboard.htm")
}