We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7c439b commit 1ac428dCopy full SHA for 1ac428d
1 file changed
corsConfig.go
@@ -5,6 +5,8 @@ import "github.com/rs/cors"
5
var CorsConfig = cors.New(cors.Options{
6
AllowedOrigins: []string{
7
"https://hello-slide.jp",
8
+ "https://hello-slide.com",
9
+ "https://hello-slide.net",
10
"http://localhost:3000",
11
},
12
})
0 commit comments