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 | 18 | { |
19 | 19 | //[EnableCors(origins: "http://localhost:4200", headers: "*", methods: "*")] |
20 | 20 | [RoutePrefix("User")] |
21 | + | |
21 | 22 | public class UserController : ApiController |
22 | 23 | { |
23 | 24 | AIADatabaseV5Entities dbContext = new AIADatabaseV5Entities(); | ... | ... |