Add logo
This commit is contained in:
@@ -32,6 +32,7 @@ func main() {
|
||||
router := gin.Default()
|
||||
router.MaxMultipartMemory = 10 << 30
|
||||
router.LoadHTMLGlob("templates/*")
|
||||
router.StaticFS("/static", gin.Dir("./static", false))
|
||||
|
||||
// Public Routes
|
||||
router.GET("/", func(c *gin.Context) { c.HTML(200, "index.html", nil) })
|
||||
|
||||
Reference in New Issue
Block a user