Initial commit.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'name' => 'My Site',
|
||||
'debug' => false,
|
||||
];
|
||||
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'GET' => [
|
||||
'/' => 'home.php',
|
||||
'/about' => 'about.php',
|
||||
],
|
||||
/* Some Examples
|
||||
'POST' => [
|
||||
'/contact' => 'contact.php',
|
||||
],
|
||||
'DELETE' => [
|
||||
'/api/todo' => 'delete_todo.php',
|
||||
],
|
||||
*/
|
||||
];
|
||||
Reference in New Issue
Block a user