mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-13 11:53:45 +02:00
Pass along the data in a more logical format
This commit is contained in:
@@ -97,7 +97,7 @@ class ServerConfigurationStructureService
|
||||
'ip' => $server->allocation->ip,
|
||||
'port' => $server->allocation->port,
|
||||
],
|
||||
'mappings' => [$server->getAllocationMappings()],
|
||||
'mappings' => $server->getAllocationMappings(),
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user