Commit 3d6102846ddad66c1110827355e8462feb663b5c
1 parent
42744033
given QA URL on controller under enableCors
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.ADMIN.API/Controllers/UserController.cs
@@ -17,7 +17,7 @@ using AIAHTML5.ADMIN.API.Entity; | @@ -17,7 +17,7 @@ using AIAHTML5.ADMIN.API.Entity; | ||
17 | namespace AIAHTML5.ADMIN.API.Controllers | 17 | namespace AIAHTML5.ADMIN.API.Controllers |
18 | { | 18 | { |
19 | //this is for cross domain | 19 | //this is for cross domain |
20 | - [EnableCors(origins: "http://localhost:4200", headers: "*", methods: "*")] | 20 | + [EnableCors(origins: "http://qa.beta.interactiveanatomy.com/AdminAPI/", headers: "*", methods: "*")] |
21 | [RoutePrefix("User")] | 21 | [RoutePrefix("User")] |
22 | public class UserController : ApiController | 22 | public class UserController : ApiController |
23 | { | 23 | { |