aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
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)