Explorar o código

Update web routes

Daniel Supernault %!s(int64=4) %!d(string=hai) anos
pai
achega
674701c1df
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 () {