mirror of
https://github.com/goharbor/harbor.git
synced 2025-02-19 21:32:24 +01:00
modify as travis CI required
This commit is contained in:
parent
26d7f77532
commit
e985a587c2
@ -199,7 +199,7 @@ func (p *ProjectAPI) List() {
|
|||||||
p.ServeJSON()
|
p.ServeJSON()
|
||||||
}
|
}
|
||||||
|
|
||||||
// ToggleProjectPublic handles request PUT /api/projects/:id/publicity
|
// ToggleProjectPublic ...
|
||||||
func (p *ProjectAPI) ToggleProjectPublic() {
|
func (p *ProjectAPI) ToggleProjectPublic() {
|
||||||
p.userID = p.ValidateUser()
|
p.userID = p.ValidateUser()
|
||||||
var req projectReq
|
var req projectReq
|
||||||
|
Loading…
Reference in New Issue
Block a user