This commit is contained in:
Jay
2018-04-24 18:23:21 +08:00
parent 0a471443ce
commit b7c0155444
8 changed files with 396 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
package middleware
import "github.com/gin-gonic/gin"
// CORS middleware
func CORS(c *gin.Context) {
}