rote fixes

This commit is contained in:
2025-08-22 08:06:41 +02:00
parent 4cd6db6a79
commit 21e9c1cde2
4 changed files with 12 additions and 5 deletions

View File

@@ -36,7 +36,8 @@ public class ServerController : Controller
return View();
}
[HttpPost("AddServerP")]
[HttpPost("AddServer")]
[ValidateAntiForgeryToken]
public async Task<IActionResult> AddServer(AddServerViewModel vm)
{
if (!ModelState.IsValid)