mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-21 08:07:59 +01:00
10 lines
162 B
Go
10 lines
162 B
Go
package ng
|
|
|
|
type AdminOptionController struct {
|
|
BaseController
|
|
}
|
|
|
|
func (aoc *AdminOptionController) Get() {
|
|
aoc.Forward("Admin Options", "admin-options.htm")
|
|
}
|