Skip to content

Commit 1ac428d

Browse files
committed
added cors urls
1 parent e7c439b commit 1ac428d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

corsConfig.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ import "github.com/rs/cors"
55
var CorsConfig = cors.New(cors.Options{
66
AllowedOrigins: []string{
77
"https://hello-slide.jp",
8+
"https://hello-slide.com",
9+
"https://hello-slide.net",
810
"http://localhost:3000",
911
},
1012
})

0 commit comments

Comments
 (0)