Update web routes

This commit is contained in:
Daniel Supernault 2019-12-04 20:26:11 -07:00
parent d9ff794932
commit 19cb81cf26
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -227,6 +227,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact
Route::get('collections/create', 'CollectionController@create');
Route::get('me', 'ProfileController@meRedirect');
Route::get('intent/follow', 'SiteController@followIntent');
});
Route::group(['prefix' => 'account'], function () {