fix: wrong type

This commit is contained in:
CyberL1 2024-05-28 11:51:54 +02:00
parent b91b1dbe6a
commit 054b816652

View File

@ -18,7 +18,7 @@ namespace Minecraft_Realms_Emulator.Controllers.Admin
} }
[HttpGet] [HttpGet]
public ActionResult<Configuration> GetConfiguration() public ActionResult<List<World>> GetConfiguration()
{ {
var worlds = _context.Worlds.ToList(); var worlds = _context.Worlds.ToList();