From d224f21156c22561716db880d2d56d25121d5f03 Mon Sep 17 00:00:00 2001 From: "Yes Interactive, LLC" Date: Wed, 15 Jan 2020 17:43:42 -0500 Subject: [PATCH] Update fsl_config.php --- config/fsl_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fsl_config.php b/config/fsl_config.php index 4618bb3..2944a5f 100644 --- a/config/fsl_config.php +++ b/config/fsl_config.php @@ -6,7 +6,7 @@ function configure() { option('fsl_version', "0.14"); option('env', ENV_DEVELOPMENT); - option('base_uri', "/gitprojects/dad-jokes_microservice/"); //set if app is not in web root directory but in a subdirectory + option('base_uri', "/"); //set if app is not in web root directory but in a subdirectory option('session', 'fsl'); // enable with a specific session name //##############################################