Explorar o código

Update web routes

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
11749bdc6a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      routes/web.php

+ 1 - 0
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 () {