companies
All checks were successful
Upload Website / sftp (push) Successful in 16s

This commit is contained in:
blryface 2024-05-18 17:07:45 -03:00
parent fc5495ab13
commit be92698ffe

View file

@ -85,6 +85,14 @@
echo $twig->render('nations.twig');
});
$router->get('/companies', function() {
global $twig;
$twig->addGlobal('pageUri', '/companies');
echo $twig->render('companies.twig');
});
$router->get('/gallery', function() {
global $twig;