PHP Classes

File: Config/Routes/Common/ClientDB/Custom/PUTroutes.php

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid   Open Swoole Microservices   Config/Routes/Common/ClientDB/Custom/PUTroutes.php   Download  
File: Config/Routes/Common/ClientDB/Custom/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: Change password
Date: 10 days ago
Size: 205 bytes
 

Contents

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

use
Microservices\App\Constants;

return [
   
'custom' => [
       
'password' => [
           
'__file__' => false
       
]
    ]
];