Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pcfreak30 committed Sep 30, 2024
1 parent 8f9f2d1 commit af129ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ func (h *HTTPServiceDefault) Init() error {
corsOpts := cors.Options{
AllowedOrigins: []string{"*"},
AllowedMethods: []string{"GET"},
AllowedHeaders: []string{"Authorization", "Content-Type"},
AllowedHeaders: []string{"*"},
AllowCredentials: true,
}
corsHandler := cors.New(corsOpts)
Expand Down

0 comments on commit af129ee

Please sign in to comment.