- Response
-
200
OK
- IP
-
216.73.216.153
- Profiled on
- Token
- c0eb87
Dumped Contents
In
UnderConstructionController.php
line 14:
#[Route('/under-construction', name: 'app_under_construction')]
public function index(): Response
{
dump(getenv('DATABASE_URL'));
return $this->render('under_construction/index.html.twig', []);
}
}
false