PHP Classes

File: Config/Routes/Client001UserGroup2/PUTroutes.php

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid   Open Swoole Microservices   Config/Routes/Client001UserGroup2/PUTroutes.php   Download  
File: Config/Routes/Client001UserGroup2/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:
Date: 25 days ago
Size: 296 bytes
 

Contents

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

use
Microservices\App\Constants;

return
array_merge (
    include
Constants::$DOC_ROOT . '/Config/Routes/Common/ClientDB/PUTroutes.php',
    include
Constants::$DOC_ROOT . '/Config/Routes/Common/ClientDB/Custom/PUTroutes.php'
);