From 19cb81cf2658609b1d51f35f5d327c78930f591d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 4 Dec 2019 20:26:11 -0700 Subject: [PATCH] Update web routes --- routes/web.php | 1 + 1 file changed, 1 insertion(+) diff --git a/routes/web.php b/routes/web.php index 2237da4e..26b20c55 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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 () {