This commit is contained in:
parent
94a58b988a
commit
bd84c43ab6
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user