This commit is contained in:
@ -84,4 +84,9 @@ class ConfigController extends AbstractController
|
||||
{
|
||||
return $this->render($this->twig.'logo.html.twig');
|
||||
}
|
||||
|
||||
public function image($access): Response
|
||||
{
|
||||
return $this->render($this->twig.'image.html.twig');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user