11
service/checkin/handler.go
Normal file
11
service/checkin/handler.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package checkin
|
||||
|
||||
import (
|
||||
"nixcn-cms/internal/crypto/jwt"
|
||||
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func Handler(r *gin.RouterGroup) {
|
||||
r.Use(jwt.JWTAuth())
|
||||
}
|
||||
Reference in New Issue
Block a user