diff --git a/server/internal/service/service.go b/server/internal/service/service.go index 119bc7b..4344caa 100644 --- a/server/internal/service/service.go +++ b/server/internal/service/service.go @@ -24,7 +24,7 @@ func (sc *SvcConfig) allowedOrigins() []string { if sc.IsProd { allowed = []string{sc.FrontendURL} } else { - allowed = []string{"http://localhost:3000"} + allowed = []string{"http://localhost:5173"} } log.Debug().Msgf("CORS allowedOrigins: %v", allowed)