rote fixes
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user