mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-27 20:59:10 +01:00
10 lines
174 B
Go
10 lines
174 B
Go
package ng
|
|
|
|
type AccountSettingController struct {
|
|
BaseController
|
|
}
|
|
|
|
func (asc *AccountSettingController) Get() {
|
|
asc.Forward("Account Settings", "account-settings.htm")
|
|
}
|