this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge remote-tracking branch 'origin/feat/splitter-rebase' into feat/splitter-rebase

+1 -1
+1 -1
splitter/splitter.go
··· 109 109 e.HideBanner = true 110 110 111 111 e.Use(middleware.CORSWithConfig(middleware.CORSConfig{ 112 - AllowOrigins: []string{"http://localhost:*", "https://bgs.bsky-sandbox.dev"}, 112 + AllowOrigins: []string{"*"}, 113 113 AllowHeaders: []string{echo.HeaderOrigin, echo.HeaderContentType, echo.HeaderAccept, echo.HeaderAuthorization}, 114 114 })) 115 115