Skip to content

Commit

Permalink
remove templates and assets loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jan 10, 2019
1 parent b1d550a commit 6f2e819
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions beaver.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ func main() {
r.Use(middleware.Correlation())
r.Use(middleware.Auth())
r.Use(middleware.Logger())
r.Static("/static", "./web/static/")
r.LoadHTMLGlob("web/template/*")
r.GET("/", controller.Index)
r.GET("/_healthcheck", controller.HealthCheck)
r.GET("/favicon.ico", func(c *gin.Context) {
Expand Down

0 comments on commit 6f2e819

Please sign in to comment.