mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-17 20:11:27 +00:00
Update web routes
This commit is contained in:
parent
5e87214d98
commit
afc6db143a
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue