PHP Classes

File: Config/Routes/AdminGroup/PUTroutes.php

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid   PHP Microservices Framework   Config/Routes/AdminGroup/PUTroutes.php   Download  
File: Config/Routes/AdminGroup/PUTroutes.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Microservices Framework
Setup microservices apps with configuration arrays
Author: By
Last change: Added File Upload api with refactoring
Date: 29 days ago
Size: 239 bytes
 

Contents

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

use
Microservices\App\Constants;
use
Microservices\App\Env;
use
Microservices\App\HttpRequest;

return include
Constants::$DOC_ROOT . '/Config/Routes/Common/GlobalDB/PUTroutes.php';