remove debug leftover
This commit is contained in:
parent
4d8e7739d7
commit
2f7d67794f
1 changed files with 0 additions and 3 deletions
|
@ -48,9 +48,6 @@ func (s *Server) Start(address string) error {
|
|||
// Install nice.Recovery, passing the handler to call after recovery
|
||||
router.Use(nice.Recovery(s.recoveryHandler))
|
||||
router.GET("/blob", s.getBlob)
|
||||
router.GET("/", func(c *gin.Context) {
|
||||
panic("woops")
|
||||
})
|
||||
router.HEAD("/blob", s.hasBlob)
|
||||
srv := &http.Server{
|
||||
Addr: address,
|
||||
|
|
Loading…
Reference in a new issue