fix
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
/*
|
/*
|
||||||
BACK OFFICE GATEWAY
|
BACK OFFICE API GATEWAY
|
||||||
*/
|
*/
|
||||||
include '../../backend.php';
|
include '../../backend.php';
|
||||||
include '../constants.php';
|
include '../constants.php';
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
/*
|
||||||
|
* USER DATA API END POINT
|
||||||
|
*
|
||||||
|
*/
|
||||||
include '../../backend.php';
|
include '../../backend.php';
|
||||||
include 'constants.php';
|
include 'constants.php';
|
||||||
include 'formarter.php';
|
include 'formarter.php';
|
||||||
|
|||||||
Reference in New Issue
Block a user