Added: ctl create controller
This commit is contained in:
@@ -76,6 +76,10 @@ func (s *Server) Initialize() {
|
||||
ws.Route(ws.GET("/healthz").To(s.queryHealthz).
|
||||
Doc("Return basic controller status"))
|
||||
|
||||
// Stub for now
|
||||
ws.Route(ws.GET("/readyz").To(s.queryHealthz).
|
||||
Doc("Stub for now"))
|
||||
|
||||
s.restfulCont.Add(ws)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user