mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-21 08:07:59 +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")
|
||
|
}
|