Remove obsolete modules common and allfriends

- Delete obsolete Model\GContact class
This commit is contained in:
Hypolite Petovan 2020-08-06 22:49:41 -04:00
parent 18cd4f7412
commit e64dcc5b5b
5 changed files with 3 additions and 378 deletions

View file

@ -103,7 +103,6 @@ return [
],
'/amcd' => [Module\AccountManagementControlDocument::class, [R::GET]],
'/acctlink' => [Module\Acctlink::class, [R::GET]],
'/allfriends/{id:\d+}' => [Module\AllFriends::class, [R::GET]],
'/apps' => [Module\Apps::class, [R::GET]],
'/attach/{item:\d+}' => [Module\Attach::class, [R::GET]],
'/babel' => [Module\Debug\Babel::class, [R::GET, R::POST]],