From 054b816652b825747fa9071427c77f35f7ef6a07 Mon Sep 17 00:00:00 2001 From: CyberL1 Date: Tue, 28 May 2024 11:51:54 +0200 Subject: [PATCH] fix: wrong type --- .../Controllers/Admin/ServersController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft-Realms-Emulator/Controllers/Admin/ServersController.cs b/Minecraft-Realms-Emulator/Controllers/Admin/ServersController.cs index b81d0e0..6bac87b 100644 --- a/Minecraft-Realms-Emulator/Controllers/Admin/ServersController.cs +++ b/Minecraft-Realms-Emulator/Controllers/Admin/ServersController.cs @@ -18,7 +18,7 @@ namespace Minecraft_Realms_Emulator.Controllers.Admin } [HttpGet] - public ActionResult GetConfiguration() + public ActionResult> GetConfiguration() { var worlds = _context.Worlds.ToList();