Back endpoint

This commit is contained in:
Olu Amey
2023-01-07 16:48:05 -05:00
parent 074919e973
commit 764e8db187
+2 -1
View File
@@ -2,7 +2,8 @@
/*
BACK OFFICE API GATEWAY
*/
include '../../backend.php';
include '../../../backend.php';
//include '../../backend.php';
include '../constants.php';
include '../formarter.php';