Initial import of f7support application.

This commit is contained in:
root
2026-05-05 11:01:54 +03:00
commit 1a58baebb2
7 changed files with 915 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
return [
'routes' => [
['name' => 'page#index', 'url' => '/', 'verb' => 'GET'],
],
];