ReviseProjectUpdateMethod

This commit is contained in:
2025-05-05 22:47:38 +03:00
parent b5d88122d5
commit aa0362e7cc
5 changed files with 17 additions and 19 deletions

View File

@@ -116,9 +116,7 @@ namespace ConstructorAppUI.Controllers
return View(values);
}
return View();
return View(new UpdateProjectDto());
}
[HttpPost]