package info import ( "nixcn-cms/internal/crypto/jwt" "github.com/gin-gonic/gin" ) func Handler(r *gin.RouterGroup) { r.Use(jwt.JWTAuth()) }