Commit 3a245dad01f4a254c3f9f088cb32ea2333875323
1 parent
e6b869b1
Bugs Fixing
Showing
1 changed file
with
1 additions
and
0 deletions
400-SOURCECODE/AIAHTML5.ADMIN.API/Controllers/SiteController.cs
@@ -93,6 +93,7 @@ namespace AIAHTML5.ADMIN.API.Controllers | @@ -93,6 +93,7 @@ namespace AIAHTML5.ADMIN.API.Controllers | ||
93 | else | 93 | else |
94 | { | 94 | { |
95 | return Request.CreateErrorResponse(HttpStatusCode.BadRequest, Status.ToString()); | 95 | return Request.CreateErrorResponse(HttpStatusCode.BadRequest, Status.ToString()); |
96 | + | ||
96 | } | 97 | } |
97 | } | 98 | } |
98 | catch (Exception ex) | 99 | catch (Exception ex) |