kopia lustrzana https://github.com/friendica/friendica
Undo Hotfix: add missing route for ignore/discard
rodzic
288192a7ef
commit
82f8794215
|
@ -174,7 +174,6 @@ return [
|
|||
],
|
||||
|
||||
'/notifications' => [
|
||||
'/{id}' => [Module\Notifications\Notifications::class, [ R::POST]],
|
||||
'/network[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
|
||||
'/system[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
|
||||
'/personal[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
|
||||
|
|
Ładowanie…
Reference in New Issue