diff --git a/settings.template.php b/settings.template.php index 21297bb..378add3 100644 --- a/settings.template.php +++ b/settings.template.php @@ -26,9 +26,9 @@ define("ICON_POSITION", "menu"); define("MENU_BAR_STYLE", "fixed"); // URL of the Business Portal API endpoint -define("PORTAL_API", "http://localhost/api.php"); +define("PORTAL_API", "http://localhost/accounthub/api.php"); // URL of the Portal home page -define("PORTAL_URL", "http://localhost/home.php"); +define("PORTAL_URL", "http://localhost/accounthub/home.php"); // Business Portal API Key define("PORTAL_KEY", "123");