WIP: prep for 1.0 #1

Draft
sneak wants to merge 9 commits from next into master
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 23d02b1c99 - Show all commits

View File

@ -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)