Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Diego Prieto
/
landingpage_gpi
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
4d3eb2ce
authored
Mar 28, 2025
by
Angel Fco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: change of path for landingpage module
parent
052a1fe8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
faq.html
index.html
faq.html
View file @
4d3eb2ce
...
...
@@ -406,7 +406,7 @@
</script>
<script>
fetch
(
'http
://localhost:3020
/api/module_landing/getModuleLanding'
)
fetch
(
'http
s://promofenix.com
/api/module_landing/getModuleLanding'
)
.
then
((
response
)
=>
response
.
json
())
.
then
((
data
)
=>
{
const
faqsContainer
=
document
.
querySelector
(
...
...
index.html
View file @
4d3eb2ce
...
...
@@ -350,7 +350,7 @@
<!-- Template Main JS File -->
<script>
fetch
(
'http
://localhost:3020
/api/module_landing/getModuleLanding'
)
fetch
(
'http
s://promofenix.com
/api/module_landing/getModuleLanding'
)
.
then
((
response
)
=>
response
.
json
())
.
then
((
data
)
=>
{
// ✅ Actualiza imágenes y videos
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment