Controller Route angepasst
This commit is contained in:
@@ -6,7 +6,7 @@ using Watcher.Models;
|
||||
using Watcher.ViewModels;
|
||||
|
||||
[Authorize]
|
||||
[Route("Server")]
|
||||
[Route("[controller]")]
|
||||
public class ServerController : Controller
|
||||
{
|
||||
private readonly AppDbContext _context;
|
||||
|
Reference in New Issue
Block a user