Commit 4d3eb2ce by Angel Fco

fix: change of path for landingpage module

parent 052a1fe8
Showing with 2 additions and 2 deletions
......@@ -406,7 +406,7 @@
</script>
<script>
fetch('http://localhost:3020/api/module_landing/getModuleLanding')
fetch('https://promofenix.com/api/module_landing/getModuleLanding')
.then((response) => response.json())
.then((data) => {
const faqsContainer = document.querySelector(
......
......@@ -350,7 +350,7 @@
<!-- Template Main JS File -->
<script>
fetch('http://localhost:3020/api/module_landing/getModuleLanding')
fetch('https://promofenix.com/api/module_landing/getModuleLanding')
.then((response) => response.json())
.then((data) => {
// ✅ Actualiza imágenes y videos
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment