diff --git a/api/server/runner.go b/api/server/runner.go index b9ddab4e2..73f222d97 100644 --- a/api/server/runner.go +++ b/api/server/runner.go @@ -168,7 +168,7 @@ func (s *Server) serve(ctx context.Context, c *gin.Context, appName string, rout envVars["CALL_ID"] = reqID envVars["METHOD"] = c.Request.Method - envVars["REQUEST_URL"] = fmt.Sprintf("%v//%v%v", func() string { + envVars["REQUEST_URL"] = fmt.Sprintf("%v://%v%v", func() string { if c.Request.TLS == nil { return "http" }