Pass call ID into function, closes #79

This commit is contained in:
Travis Reeder
2017-06-22 09:54:59 -07:00
parent 9a46222280
commit ce3245e243

View File

@@ -172,6 +172,7 @@ func (s *Server) serve(ctx context.Context, c *gin.Context, appName string, foun
} }
return "https" return "https"
}(), c.Request.Host, c.Request.URL.String()), }(), c.Request.Host, c.Request.URL.String()),
"CALL_ID": reqID,
} }
// app config // app config