diff --git a/OD.WebApplication/Controllers/HomeController.cs b/OD.WebApplication/Controllers/HomeController.cs index abef349..24544a3 100644 --- a/OD.WebApplication/Controllers/HomeController.cs +++ b/OD.WebApplication/Controllers/HomeController.cs @@ -85,7 +85,7 @@ namespace OD.WebApplication.Controllers return new ErrorMessageResult(new ErrorResult { Exception = ex }); } - return Ok(); + return RedirectToAction("Index"); } [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]