Skip to content

Commit 5fa300e

Browse files
committed
new checking
1 parent c268f1d commit 5fa300e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/api/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func main() {
131131
mux.HandleFunc("/apikey-teams/delete", authMW(aktmHandler.Detach))
132132

133133
c := cors.New(cors.Options{
134-
AllowedOrigins: []string{"https://one-password-web.vercel.app"},
134+
AllowedOrigins: []string{"*"},
135135
AllowedMethods: []string{"GET", "POST", "PUT", "DELETE", "OPTIONS"},
136136
AllowedHeaders: []string{"Authorization", "Content-Type", "Accept", "Origin", "X-Requested-With"},
137137
AllowCredentials: true,

0 commit comments

Comments
 (0)