mirror of
https://github.com/CyberL1/Minecraft-Realms-Emulator.git
synced 2024-11-21 13:48:21 -05:00
fix: wrong type
This commit is contained in:
parent
b91b1dbe6a
commit
054b816652
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user