From d5a579c2bc8113f8f345ff5dc09f477831cda06a Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 19 Oct 2020 20:40:12 +0530 Subject: new responsive design --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index aaf0287..5be5f68 100644 --- a/main.go +++ b/main.go @@ -21,6 +21,7 @@ func main() { router.Use(gin.Logger()) router.LoadHTMLGlob("templates/*") router.Static("/static", "static") + router.Static("/media", "media") router.GET("/en", func(c *gin.Context) { c.HTML(http.StatusOK, "en.index.html", nil) -- cgit v1.2.3