PHP Classes

File: Tests/conf/routes.php

Recommend this page to a friend!
  Classes of Alexey Dodonov   Mezon Service   Tests/conf/routes.php   Download  
File: Tests/conf/routes.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Mezon Service
Implement Web services routing requests to classes
Author: By
Last change:
Date: 3 years ago
Size: 309 bytes
 

Contents

Class file image Download
<?php

/**
 * Test routes
 *
 * @package Service
 * @subpackage ServiceUnitTest
 * @author Dodonov A.A.
 * @version v.1.0 (2019/08/17)
 * @copyright Copyright (c) 2019, aeon.org
 */
return [
    [
       
'route' => '/test/',
       
'callback' => 'test',
       
'method' => 'GET',
    ],
];