Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16817 Rev 16822
Línea 425... Línea 425...
425
 
425
 
426
 
426
 
Línea 427... Línea 427...
427
                ]
427
                ]
428
            ],
428
            ],
429
 
429
 
430
            /*             * * START COMPANIES ** */
430
            /* * * START COMPANIES ** */
431
            'companies' => [
431
            'companies' => [
432
                'type' => Literal::class,
432
                'type' => Literal::class,
Línea 517... Línea 517...
517
                        ]
517
                        ]
518
                    ],
518
                    ],
519
                ],
519
                ],
520
            ],
520
            ],
Línea 521... Línea 521...
521
 
521
 
522
            /*             * * START USERS ** */
522
            /* * * START USERS ** */
523
            'users' => [
523
            'users' => [
524
                'type' => Literal::class,
524
                'type' => Literal::class,
525
                'options' => [
525
                'options' => [
526
                    'route' => '/users',
526
                    'route' => '/users',
Línea 694... Línea 694...
694
                            ],
694
                            ],
695
                        ]
695
                        ]
696
                    ],
696
                    ],
697
                ]
697
                ]
698
            ],
698
            ],
699
            /** START FEEDS * */
699
            /* * * START FEEDS * * */
700
            'feeds' => [
700
            'feeds' => [
701
                'type' => Literal::class,
701
                'type' => Literal::class,
702
                'options' => [
702
                'options' => [
703
                    'route' => '/feeds',
703
                    'route' => '/feeds',
704
                    'defaults' => [
704
                    'defaults' => [
Línea 817... Línea 817...
817
                            ]
817
                            ]
818
                        ]
818
                        ]
819
                    ],
819
                    ],
820
                ],
820
                ],
821
            ],
821
            ],
822
            /** START JOBS * */
822
            /* * * START JOBS * * */
823
            'jobs' => [
823
            'jobs' => [
824
                'type' => Literal::class,
824
                'type' => Literal::class,
825
                'options' => [
825
                'options' => [
826
                    'route' => '/jobs',
826
                    'route' => '/jobs',
827
                    'defaults' => [
827
                    'defaults' => [