updated routes for get and post
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
$routes = [
|
||||
'/about' => [
|
||||
'file' => 'about'
|
||||
'get' => 'about'
|
||||
],
|
||||
'/' => [
|
||||
'file' => 'index'
|
||||
'get' => 'index'
|
||||
]
|
||||
];
|
||||
Reference in New Issue
Block a user