Move mod/fsuggest to src/Module/SuggestFriends

This commit is contained in:
nupplaPhil 2020-01-31 23:50:46 +01:00
commit 34f4aedb87
No known key found for this signature in database
GPG key ID: D8365C3D36B77D90
9 changed files with 236 additions and 7 deletions

View file

@ -128,6 +128,7 @@ return [
'/followers/{owner}' => [Module\Followers::class, [R::GET]],
'/following/{owner}' => [Module\Following::class, [R::GET]],
'/friendica[/json]' => [Module\Friendica::class, [R::GET]],
'/fsuggest/{contact}' => [Module\FriendSuggest::class, [R::GET, R::POST]],
'/group' => [
'[/]' => [Module\Group::class, [R::GET, R::POST]],