diff --git a/proxy/api/transport.go b/proxy/api/transport.go index 9c20671..2c2c177 100644 --- a/proxy/api/transport.go +++ b/proxy/api/transport.go @@ -17,9 +17,7 @@ import ( "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp" ) -const ( - ContentType = "application/json" -) +const ContentType = "application/json" func MakeHandler(svc proxy.Service, logger *slog.Logger, instanceID string) http.Handler { opts := []kithttp.ServerOption{