ISEbd-21 Melnikov I. O. Lab Work 05 Advanced #31

Closed
Igor-Melnikov wants to merge 23 commits from lab5adv into lab5
Showing only changes of commit d2ae7bb542 - Show all commits

View File

@ -50,7 +50,7 @@ namespace BlacksmithWorkshopStoreApp.Controllers
public IActionResult Create(StoreBindingModel model)
{
APIClient.PostRequest("/api/store/createstore", model);
return Redirect("~/Home/Stores");
return Redirect("~/Home/Index");
}
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public IActionResult Error()