mirror of
https://github.com/friendica/friendica
synced 2025-04-24 11:50:10 +00:00
Move mod/noscrape to Module\Noscrape
This commit is contained in:
parent
9269221825
commit
4260b94fec
3 changed files with 117 additions and 111 deletions
|
@ -167,6 +167,11 @@ return [
|
|||
'/nodeinfo/{version}' => [Module\NodeInfo::class, [R::GET]],
|
||||
'/nogroup' => [Module\Group::class, [R::GET]],
|
||||
|
||||
'/noscrape' => [
|
||||
'/{nick}' => [Module\NoScrape::class, [R::GET]],
|
||||
'/{profile}/view' => [Module\NoScrape::class, [R::GET]],
|
||||
],
|
||||
|
||||
'/notifications' => [
|
||||
'/network[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
|
||||
'/system[/json]' => [Module\Notifications\Notifications::class, [R::GET, R::POST]],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue