refactor: use Providers

This commit is contained in:
Maël Gangloff
2025-12-02 20:51:15 +01:00
parent 0f06af937f
commit 9466b4985c
8 changed files with 65 additions and 74 deletions

View File

@@ -12,7 +12,9 @@ use App\Controller\InstanceController;
uriTemplate: '/config',
controller: InstanceController::class,
shortName: 'Configuration',
description: 'Public configuration of the server',
read: false,
name: 'server-configuration',
),
]
)]