mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2025-07-19 09:20:29 -04:00
fix: wrong type
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Minecraft_Realms_Emulator.Controllers.Admin
|
||||
}
|
||||
|
||||
[HttpGet]
|
||||
public ActionResult<Configuration> GetConfiguration()
|
||||
public ActionResult<List<World>> GetConfiguration()
|
||||
{
|
||||
var worlds = _context.Worlds.ToList();
|
||||
|
||||
|
Reference in New Issue
Block a user