PHP Classes

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

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid   Open Swoole Microservices   Config/Routes/Common/GlobalDB/POSTroutes.php   Download  
File: Config/Routes/Common/GlobalDB/POSTroutes.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: 4 days ago
Size: 302 bytes
 

Contents

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

return [
   
'group' => [
       
'__file__' => $Constants::$DOC_ROOT . '/Config/Queries/GlobalDB/POST/groups.php',
    ],
   
'client' => [
       
'__file__' => $Constants::$DOC_ROOT . '/Config/Queries/GlobalDB/POST/clients.php',
    ],
];