Update web routes

pull/1871/head
Daniel Supernault 5 years ago
parent d9ff794932
commit 19cb81cf26
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

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

Loading…
Cancel
Save