PHP Classes

File: Config/Routes/Common/ClientDB/DELETEroutes.php

Recommend this page to a friend!
  Classes of Ramesh Narayan Jangid   PHP Microservices Framework   Config/Routes/Common/ClientDB/DELETEroutes.php   Download  
File: Config/Routes/Common/ClientDB/DELETEroutes.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: PHP Microservices Framework
Setup microservices apps with configuration arrays
Author: By
Last change:
Date: 1 month ago
Size: 493 bytes
 

Contents

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

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

return [
   
'registration' => [
       
'{id:int}' => [
           
'__file__' => Constants::$DOC_ROOT . '/Config/Queries/ClientDB/DELETE/Registration.php',
        ],
    ],
   
'address' => [
       
'{id:int}' => [
           
'__file__' => Constants::$DOC_ROOT . '/Config/Queries/ClientDB/DELETE/Address.php',
        ],
    ]
];