PHP Classes

File: Config/Routes/Common/ClientDB/Upload/POSTroutes.php

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid   Open Swoole Microservices   Config/Routes/Common/ClientDB/Upload/POSTroutes.php   Download  
File: Config/Routes/Common/ClientDB/Upload/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 reflection of not zero
Date: Yesterday
Size: 212 bytes
 

Contents

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

use
Microservices\App\Constants;

return [
   
'upload' => [
       
'{module:string}' => [
           
'__file__' => false
       
]
    ]
];