From 60499cfcf0eeac354d958640eeab6f5fa18a3f22 Mon Sep 17 00:00:00 2001 From: sctn4elk Date: Thu, 16 May 2024 19:55:18 -0500 Subject: [PATCH] Add path for development laptop --- Include/bootstrap.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/bootstrap.php b/Include/bootstrap.php index 6d45b28..bcde848 100644 --- a/Include/bootstrap.php +++ b/Include/bootstrap.php @@ -7,6 +7,7 @@ define("PROJECT_ROOT_PATH", __DIR__ . "/../"); define('PD', 'D:\DEV\Git Repository\CustomerRewardsRESTAPI'); +//define('PD', 'C:\DEV\UniServerZ\www\CustomerRewardsRESTAPI'); // include main configuration file require_once PROJECT_ROOT_PATH . "/include/config.php"; // include the base controller file