Fix comment

This commit is contained in:
KevinDuffy94 2024-07-24 10:27:27 -04:00 committed by GitHub
parent 45da4460a3
commit 19e63ffccc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1242,7 +1242,7 @@ fn spawn_webserver(
router_args.push("--otlp-service-name".to_string()); router_args.push("--otlp-service-name".to_string());
router_args.push(otlp_service_name); router_args.push(otlp_service_name);
// CORS origins // API Key
for origin in args.cors_allow_origin.into_iter() { for origin in args.cors_allow_origin.into_iter() {
router_args.push("--cors-allow-origin".to_string()); router_args.push("--cors-allow-origin".to_string());
router_args.push(origin); router_args.push(origin);