From 4465cdc60c1c8c7262eb8d95dabe5e04acc92488 Mon Sep 17 00:00:00 2001 From: harpreet Date: Wed, 28 Feb 2018 16:26:07 +0530 Subject: [PATCH] .. --- 400-SOURCECODE/AIAHTML5.ADMIN.API/App_Start/WebApiConfig.cs | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/400-SOURCECODE/AIAHTML5.ADMIN.API/App_Start/WebApiConfig.cs b/400-SOURCECODE/AIAHTML5.ADMIN.API/App_Start/WebApiConfig.cs index 2cfc653..4461506 100644 --- a/400-SOURCECODE/AIAHTML5.ADMIN.API/App_Start/WebApiConfig.cs +++ b/400-SOURCECODE/AIAHTML5.ADMIN.API/App_Start/WebApiConfig.cs @@ -18,8 +18,6 @@ namespace AIAHTML5.ADMIN.API .Remove(GlobalConfiguration.Configuration.Formatters.XmlFormatter); // Configure cross domain access - //var cors = new EnableCorsAttribute("http://localhost:4200, http://localhost:4201, http://localhost:91", "*", "*"); - //config.EnableCors(cors); string Enablecors = ConfigurationManager.AppSettings["Enablecors"]; if (Enablecors == "false") { -- libgit2 0.21.4