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