mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-30 14:13:43 +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")
|
|
}
|