Add CORS Support to allow frontend requests
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m28s
All checks were successful
Build and Push Docker Image / build (push) Successful in 7m28s
This commit is contained in:
5
go.mod
5
go.mod
@@ -22,6 +22,11 @@ require (
|
||||
go.opentelemetry.io/otel/sdk/metric v1.44.0
|
||||
)
|
||||
|
||||
require (
|
||||
connectrpc.com/cors v0.1.0 // indirect
|
||||
github.com/rs/cors v1.11.1 // indirect
|
||||
)
|
||||
|
||||
require (
|
||||
buf.build/gen/go/bufbuild/protovalidate/protocolbuffers/go v1.36.11-20260415201107-50325440f8f2.1 // indirect
|
||||
buf.build/go/protovalidate v1.2.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user