mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
Fix comment
This commit is contained in:
parent
45da4460a3
commit
19e63ffccc
@ -1242,7 +1242,7 @@ fn spawn_webserver(
|
||||
router_args.push("--otlp-service-name".to_string());
|
||||
router_args.push(otlp_service_name);
|
||||
|
||||
// CORS origins
|
||||
// API Key
|
||||
for origin in args.cors_allow_origin.into_iter() {
|
||||
router_args.push("--cors-allow-origin".to_string());
|
||||
router_args.push(origin);
|
||||
|
Loading…
Reference in New Issue
Block a user