Create Profile\UnkMail module class
This commit is contained in:
parent
3865733e18
commit
9561910e83
5 changed files with 209 additions and 1 deletions
|
@ -38,6 +38,7 @@ $profileRoutes = [
|
|||
'/contacts[/{type}]' => [Module\Profile\Contacts::class, [R::GET]],
|
||||
'/status[/{category}[/{date1}[/{date2}]]]' => [Module\Profile\Status::class, [R::GET]],
|
||||
'/media' => [Module\Profile\Media::class, [R::GET]],
|
||||
'/unkmail' => [Module\Profile\UnkMail::class, [R::GET, R::POST]],
|
||||
];
|
||||
|
||||
$apiRoutes = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue