diff --git a/process/server.go b/process/server.go index b117b04..5fa7d84 100644 --- a/process/server.go +++ b/process/server.go @@ -96,6 +96,7 @@ func (s *Server) initRouter() { // Routes s.e.GET("/", s.indexHandler) s.e.GET("/instance/:uuid", s.instanceHandler) + s.e.GET("/instances", s.instanceListHandler) s.e.GET("/stats.json", s.statsHandler) s.e.GET("/.well-known/healthcheck.json", s.healthCheckHandler) //a.e.GET("/about", s.aboutHandler)