瀏覽代碼

Update web routes

Daniel Supernault 4 年之前
父節點
當前提交
674701c1df
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      routes/web.php

+ 1 - 0
routes/web.php

@@ -310,6 +310,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
 
         Route::get('warning', 'AccountInterstitialController@get');
         Route::post('warning', 'AccountInterstitialController@read');
+        Route::get('my2020', 'SeasonalController@yearInReview');
     });
 
     Route::group(['prefix' => 'account'], function () {