Ajout health path #23

Merged
mlamalle merged 3 commits from health into develop 2023-12-11 14:18:49 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 47917abafb - Show all commits

View File

@ -7,8 +7,8 @@ use App\Hydra\Client;
use App\Hydra\HydraService;
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\Session\SessionInterface;
use Symfony\Component\Routing\Annotation\Route;