mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Move API to use JSON:API standards and fractal serializer
Makes the data slightly more complex, but forces a standard and can always be changed down the road simply by changing the default serializer.
This commit is contained in:
@@ -13,6 +13,6 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'default_serializer' => Pterodactyl\Extensions\NoDataSerializer::class,
|
||||
'default_serializer' => League\Fractal\Serializer\JsonApiSerializer::class,
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user