From eca35f1a081deadb6f75332349191ec414fb5747 Mon Sep 17 00:00:00 2001 From: kal13 Date: Wed, 14 Feb 2024 12:33:15 +0200 Subject: [PATCH] updated course url --- src/example/Course_about.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/example/Course_about.jsx b/src/example/Course_about.jsx index 3d3b16e..104df60 100644 --- a/src/example/Course_about.jsx +++ b/src/example/Course_about.jsx @@ -53,8 +53,8 @@ const About = () => { const [enrolled, setEnrolled] = useState(false); const [enrollMessage, setEnrollMessage] = useState(""); - const url = "https://community.abzt.de" - const appsurl = "https://apps.community.abzt.de" + const url = getConfig().LMS_BASE_URL; + const appsurl = getConfig().BASE_URL; // const url = "http://local.overhang.io:8000" // const appsurl = "https://apps.local.overhang.io:3000"