Added the base layout from the old Part-DB.

This commit is contained in:
Jan Böhmer 2019-02-24 18:32:03 +01:00
parent f0bea8ff4d
commit 5b49dc2a3f
5 changed files with 251 additions and 6 deletions

View file

@ -15,7 +15,7 @@ use Symfony\Component\Routing\Annotation\Route;
class HomepageController extends AbstractController
{
/**
* @Route("/")
* @Route("/", name="homepage")
*/
function homepage()
{