diff --git a/launcher/src/main.rs b/launcher/src/main.rs index 3fddb4ae..0e1405d4 100644 --- a/launcher/src/main.rs +++ b/launcher/src/main.rs @@ -1269,7 +1269,7 @@ fn spawn_webserver( router_args.push("--otlp-service-name".to_string()); router_args.push(otlp_service_name); - // API Key + // CORS origins for origin in args.cors_allow_origin.into_iter() { router_args.push("--cors-allow-origin".to_string()); router_args.push(origin);