ホームのルート

このコミットが含まれているのは:
守矢諏訪子 2021-12-16 15:42:57 +09:00
コミット 90a8784b03
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -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');