Skip to content

Commit 6f2e819

Browse files
committed
remove templates and assets loading
1 parent b1d550a commit 6f2e819

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

beaver.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ func main() {
6363
r.Use(middleware.Correlation())
6464
r.Use(middleware.Auth())
6565
r.Use(middleware.Logger())
66-
r.Static("/static", "./web/static/")
67-
r.LoadHTMLGlob("web/template/*")
6866
r.GET("/", controller.Index)
6967
r.GET("/_healthcheck", controller.HealthCheck)
7068
r.GET("/favicon.ico", func(c *gin.Context) {

0 commit comments

Comments
 (0)