Proyectos de Subversion LeadersLinked - Services

Rev

Rev 698 | Rev 700 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 698 Rev 699
Línea 1742... Línea 1742...
1742
                            'defaults' => [
1742
                            'defaults' => [
1743
                                'controller' => '\LeadersLinked\Controller\InMailController',
1743
                                'controller' => '\LeadersLinked\Controller\InMailController',
1744
                                'action' => 'getMessages'
1744
                                'action' => 'getMessages'
1745
                            ]
1745
                            ]
1746
                        ],
1746
                        ],
1747
                        'may_terminate' => true
1747
                        'may_terminate' => true,
-
 
1748
                        'child_routes' => [
-
 
1749
                            'send' => [
-
 
1750
                                'type' => Segment::class,
-
 
1751
                                'options' => [
-
 
1752
                                    'route' => '/send/:uuid',
-
 
1753
                                    'constraints' => [
-
 
1754
                                        'uuid' => '[A-Za-z0-9\-]+\=*'
-
 
1755
                                    ],
-
 
1756
                                    'defaults' => [
-
 
1757
                                        'controller' => '\LeadersLinked\Controller\InMailController',
-
 
1758
                                        'action' => 'sendMessage'
-
 
1759
                                    ]
-
 
1760
                                ]
-
 
1761
                            ],
-
 
1762
                            'delete' => [
-
 
1763
                                'type' => Segment::class,
-
 
1764
                                'options' => [
-
 
1765
                                    'route' => '/delete/:uuid',
-
 
1766
                                    'constraints' => [
-
 
1767
                                        'uuid' => '[A-Za-z0-9\-]+\=*'
-
 
1768
                                    ],
-
 
1769
                                    'defaults' => [
-
 
1770
                                        'controller' => '\LeadersLinked\Controller\InMailController',
-
 
1771
                                        'action' => 'deleteMessage'
-
 
1772
                                    ]
-
 
1773
                                ]
-
 
1774
                            ]
-
 
1775
                        ]
1748
                    ]
1776
                    ]
1749
                ]
1777
                ]
1750
            ],
1778
            ],
1751
            'connection' => [
1779
            'connection' => [
1752
                'type' => Literal::class,
1780
                'type' => Literal::class,