Update web routes

This commit is contained in:
Daniel Supernault 2024-10-10 02:07:02 -06:00
parent 5e87214d98
commit afc6db143a
No known key found for this signature in database
GPG key ID: 23740873EE6F76A1

View file

@ -125,7 +125,8 @@ 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::get('contact-admin-response/{id}', 'ContactController@showAdminResponse');
Route::get('web/my-portfolio', 'PortfolioController@myRedirect');
Route::get('web/hashtag/{tag}', 'SpaController@hashtagRedirect');