⚗️ add bcrypt

This commit is contained in:
landaiqing
2024-08-06 14:16:25 +08:00
parent 86b907d4d0
commit 331835f949
3 changed files with 32 additions and 13 deletions

View File

@@ -5,7 +5,7 @@ import (
"net/http"
)
// Cors 跨域中间件
// Cors 自定义跨域中间件
func Cors() gin.HandlerFunc {
return func(c *gin.Context) {
method := c.Request.Method