Commit 3a245dad01f4a254c3f9f088cb32ea2333875323

Authored by Gagandeep
1 parent e6b869b1

Bugs Fixing

400-SOURCECODE/AIAHTML5.ADMIN.API/Controllers/SiteController.cs
... ... @@ -93,6 +93,7 @@ namespace AIAHTML5.ADMIN.API.Controllers
93 93 else
94 94 {
95 95 return Request.CreateErrorResponse(HttpStatusCode.BadRequest, Status.ToString());
  96 +
96 97 }
97 98 }
98 99 catch (Exception ex)
... ...