ユーザープロフィール機能の追加

This commit is contained in:
2025-12-12 00:50:11 +09:00
parent 4085b77f6a
commit 72f3f5d39b
5 changed files with 112 additions and 6 deletions

View File

@@ -44,6 +44,7 @@ if (AUTH_ENABLED) {
$routes[] = Route::add('GET', 'register', User::class.'@register');
}
$routes[] = Route::add('GET', 'logout', User::class.'@logout');
$routes[] = Route::add('GET', 'profile/{name}', User::class.'@profile');
}
/* if (RSS_ENABLED) {} */