複数ネームスペースを可能に

This commit is contained in:
2026-02-27 03:15:17 +09:00
parent b723230818
commit a1bd29cff6
32 changed files with 95 additions and 73 deletions

View File

@@ -2,7 +2,7 @@
require_once __DIR__.DIRECTORY_SEPARATOR.'/autoload.php';
use Site\Lib\Route;
use Std\Lib\Route;
use Site\Controller\Atom;
use Site\Controller\Fediverse;
@@ -20,7 +20,6 @@ if (DEBUG_MODE) {
}
include(ROOT.'/util.php');
$routes = [
Route::add('GET', 'blog/{page}', Home::class.'@article'),
Route::add('GET', 'about', Page::class.'@about'),