Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/splitter-rebase' into feat/…
Browse files Browse the repository at this point in the history
…splitter-rebase
  • Loading branch information
brianolson committed Nov 16, 2024
2 parents 9e941db + c7898a9 commit be9e655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splitter/splitter.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (s *Splitter) StartWithListener(listen net.Listener) error {
e.HideBanner = true

e.Use(middleware.CORSWithConfig(middleware.CORSConfig{
AllowOrigins: []string{"http://localhost:*", "https://bgs.bsky-sandbox.dev"},
AllowOrigins: []string{"*"},
AllowHeaders: []string{echo.HeaderOrigin, echo.HeaderContentType, echo.HeaderAccept, echo.HeaderAuthorization},
}))

Expand Down

0 comments on commit be9e655

Please sign in to comment.