RouteChanges

This commit is contained in:
2025-08-13 20:56:01 +02:00
parent 6ef5202c97
commit 9bcae60908
2 changed files with 2 additions and 2 deletions

View File

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