Update web routes

pull/2587/head
Daniel Supernault 4 years ago
parent df980d0092
commit 674701c1df
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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 () {

Loading…
Cancel
Save