From 11749bdc6ac284598eb41b6eeffda4d3259eb9cd Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 13 Nov 2018 17:30:37 -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 a4632e40..3cee08a2 100644 --- a/routes/web.php +++ b/routes/web.php @@ -44,6 +44,7 @@ Route::domain(config('pixelfed.domain.app'))->middleware(['validemail', 'twofact }); Route::group(['prefix' => 'v2'], function() { Route::get('notifications', 'InternalApiController@notifications'); + Route::post('notifications', 'InternalApiController@notificationMarkAllRead'); Route::get('discover', 'InternalApiController@discover'); }); Route::group(['prefix' => 'local'], function () {