This commit is contained in:
2022-11-12 14:47:40 -05:00
parent 301d6f373b
commit b66203256b
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
/*
BACK OFFICE GATEWAY
BACK OFFICE API GATEWAY
*/
include '../../backend.php';
include '../constants.php';
+4 -1
View File
@@ -1,5 +1,8 @@
<?php
/*
* USER DATA API END POINT
*
*/
include '../../backend.php';
include 'constants.php';
include 'formarter.php';