removed about page, fixed ny validation

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

View File

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