svg
Some checks failed
Cadoles/nineskeletor/pipeline/head There was a failure building this commit

This commit is contained in:
2023-02-16 17:03:53 +01:00
parent 9554b9cdd3
commit eef04429ee
192 changed files with 9375 additions and 17414 deletions

View File

@ -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');
}
}