diff --git a/Watcher/Controllers/ServerController.cs b/Watcher/Controllers/ServerController.cs index 90cb594..8d683a3 100644 --- a/Watcher/Controllers/ServerController.cs +++ b/Watcher/Controllers/ServerController.cs @@ -6,7 +6,7 @@ using Watcher.Models; using Watcher.ViewModels; [Authorize] -[Route("Server")] +[Route("[controller]")] public class ServerController : Controller { private readonly AppDbContext _context;