ф
This commit is contained in:
parent
369a8a8bca
commit
d2ae7bb542
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user