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: Refactored
Date: 24 days ago
Size: 336 bytes
 

Contents

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

use
Microservices\App\Constants;

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