package web import "github.com/gin-gonic/gin" func Routes(r *gin.Engine) { r.Static("/dist/", "./dist/") // demo.Register(r) }