Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
0x46616c6b committed Aug 30, 2020
1 parent c34d66d commit 007b168
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ func API() *gin.Engine {
}

r.GET(`/media/:fileName`, GetMedia)

r.GET("/healthz", func(c *gin.Context) {
c.String(http.StatusOK, "OK")
})
c.String(http.StatusOK, "OK")
})

return r
}
Expand Down

0 comments on commit 007b168

Please sign in to comment.