From f3bf3c402a8e7b6df0c44256b55c414ef229cf87 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Mon, 19 Oct 2020 13:34:15 +0530 Subject: jp site done and set as default --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index d1bbdf9..d7354e3 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ func main() { router.Static("/static", "static") router.GET("/", func(c *gin.Context) { - c.HTML(http.StatusOK, "index.html", nil) + c.HTML(http.StatusOK, "jp.index.html", nil) }) router.Run(":" + port) -- cgit v1.2.3