From e03e0accf4f293c7cea990ab1fc2e8f8947c6e5c Mon Sep 17 00:00:00 2001 From: Jeremy Mitchell Date: Wed, 7 Jun 2017 12:09:23 -0600 Subject: [PATCH] multiple clients can access the api, therefore this needs to be * --- traffic_ops/app/conf/cdn.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/traffic_ops/app/conf/cdn.conf b/traffic_ops/app/conf/cdn.conf index 24b1aeaa9a..d685fde00b 100644 --- a/traffic_ops/app/conf/cdn.conf +++ b/traffic_ops/app/conf/cdn.conf @@ -10,7 +10,7 @@ workers => 96 }, cors => { - access_control_allow_origin => 'http://localhost:8080' # this is where the traffic portal resides (a javascript client that consumes the TO API) + access_control_allow_origin => '*' }, to => { base_url => 'http://localhost:3000', # this is where traffic ops app resides