Commit ed2a7c2833253a13551ee92c5b1035ec191a0b9c
1 parent
727c3dbf
space remove
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.ADMIN.API/Controllers/UserController.cs
@@ -18,6 +18,7 @@ namespace AIAHTML5.ADMIN.API.Controllers | @@ -18,6 +18,7 @@ namespace AIAHTML5.ADMIN.API.Controllers | ||
18 | { | 18 | { |
19 | //[EnableCors(origins: "http://localhost:4200", headers: "*", methods: "*")] | 19 | //[EnableCors(origins: "http://localhost:4200", headers: "*", methods: "*")] |
20 | [RoutePrefix("User")] | 20 | [RoutePrefix("User")] |
21 | + | ||
21 | public class UserController : ApiController | 22 | public class UserController : ApiController |
22 | { | 23 | { |
23 | AIADatabaseV5Entities dbContext = new AIADatabaseV5Entities(); | 24 | AIADatabaseV5Entities dbContext = new AIADatabaseV5Entities(); |