Skip to content

Commit

Permalink
Restore new line
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-anders committed Jul 11, 2017
1 parent e5e63c2 commit e6a6f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nsqadmin/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func NewHTTPServer(ctx *Context) *httpServer {
}

router.Handle("GET", "/ping", http_api.Decorate(s.pingHandler, log, http_api.PlainText))

router.Handle("GET", "/", http_api.Decorate(s.indexHandler, log))
router.Handle("GET", "/topics", http_api.Decorate(s.indexHandler, log))
router.Handle("GET", "/topics/:topic", http_api.Decorate(s.indexHandler, log))
Expand Down

0 comments on commit e6a6f01

Please sign in to comment.