PHP Classes

File: Config/Routes/Common/GlobalDB/PUTroutes.php

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid   Open Swoole Microservices   Config/Routes/Common/GlobalDB/PUTroutes.php   Download  
File: Config/Routes/Common/GlobalDB/PUTroutes.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Open Swoole Microservices
Implement microservices using Open Swoole
Author: By
Last change: Refactoring
Date: 3 days ago
Size: 399 bytes
 

Contents

Class file image Download
<?php
namespace Microservices\Config\Routes\Common\Global;

return [
   
'group' => [
       
'{group_id:int|!0}' => [
           
'__file__' => $Constants::$DOC_ROOT . '/Config/Queries/GlobalDB/PUT/groups.php',
        ],
    ],
   
'client' => [
       
'{client_id:int|!0}' => [
           
'__file__' => $Constants::$DOC_ROOT . '/Config/Queries/GlobalDB/PUT/clients.php',
        ],
    ],
];