<?php
namespace Microservices\Config\Routes\Common\Client;
use Microservices\App\Constants;
return [
'category' => [
'__file__' => Constants::$DOC_ROOT . '/Config/Queries/ClientDB/POST/Category.php',
'config' => true
],
'registration' => [
'__file__' => Constants::$DOC_ROOT . '/Config/Queries/ClientDB/POST/Registration.php',
'config' => true
],
'address' => [
'__file__' => Constants::$DOC_ROOT . '/Config/Queries/ClientDB/POST/Address.php',
'config' => true
]
];
|