From 90a8784b03964fd37c68e1730ce0be17619432aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Thu, 16 Dec 2021 15:42:57 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=9B=E3=83=BC=E3=83=A0=E3=81=AE=E3=83=AB?= =?UTF-8?q?=E3=83=BC=E3=83=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- routes/view/peertube.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/view/peertube.php b/routes/view/peertube.php index bdd0d15..906097d 100644 --- a/routes/view/peertube.php +++ b/routes/view/peertube.php @@ -2,6 +2,7 @@ Route::group(['prefix' => 'peertube'], function () { Route::any('/', 'Peertube\Videos\Local@index'); + Route::any('/home', 'Peertube\Home@index'); Route::any('/a/{id}/{cat?}', 'Peertube\Account@index'); Route::any('/c/{id}/{cat?}/{page?}', 'Peertube\Channel@index');