Categorygithub.com/BrazenFox/WizardAppGraphQL
modulepackage
0.0.0-20210503103910-50a651e45adb
Repository: https://github.com/brazenfox/wizardappgraphql.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
func corss(handler http.HandlerFunc) http.HandlerFunc { return func(writer http.ResponseWriter, request *http.Request) { writer.Header().Set("Access-Control-Allow-Origin", "*") writer.Header().Set("Access-Control-Allow-Methods", "*") writer.Header().Set("Access-Control-Allow-Headers", "*") handler(writer, request) } }*/.