removed about page, fixed ny validation

This commit is contained in:
Nick Yeoman 2025-07-17 18:24:27 -07:00
parent 2021ada52b
commit 4aebef12c8
2 changed files with 1 additions and 4 deletions

View File

@ -17,7 +17,7 @@
}, },
"require": { "require": {
"twig/twig": "*", "twig/twig": "*",
"nickyeoman/php-validation-class": "*" "nickyeoman/php-validation-class": "^5.0"
}, },
"minimum-stability": "stable", "minimum-stability": "stable",
"extra": { "extra": {

View File

@ -1,8 +1,5 @@
<?php <?php
$routes = [ $routes = [
'/about' => [
'get' => 'about'
],
'/' => [ '/' => [
'get' => 'index' 'get' => 'index'
] ]