Fork me on GitHub
摘要: func cors() gin.HandlerFunc { return func(context *gin.Context) { method := context.Request.Method context.Header("Access-Control-Allow-Origin", "*") 阅读全文
posted @ 2022-02-25 15:49 myboran 阅读(27) 评论(0) 推荐(0)