From 744b072eeef79f9f5ec838b6de56405e9cb89301 Mon Sep 17 00:00:00 2001 From: "David.Owusu" Date: Fri, 5 Mar 2021 16:51:32 +0100 Subject: [PATCH] [change] (UMCS-49) - set correct controller url for card extended example. --- examples/CardExtended/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/CardExtended/Constants.php b/examples/CardExtended/Constants.php index 7c71b8da..fc0ac781 100644 --- a/examples/CardExtended/Constants.php +++ b/examples/CardExtended/Constants.php @@ -25,5 +25,5 @@ require_once __DIR__ . '/../Constants.php'; -define('EXAMPLE_URL', EXAMPLE_BASE_FOLDER . 'Card'); +define('EXAMPLE_URL', EXAMPLE_BASE_FOLDER . 'CardExtended'); define('CONTROLLER_URL', EXAMPLE_URL . '/Controller.php');