harbor/controllers/ng/accountsetting.go

10 lines
174 B
Go

package ng
type AccountSettingController struct {
BaseController
}
func (asc *AccountSettingController) Get() {
asc.Forward("Account Settings", "account-settings.htm")
}