Skip to content

Commit

Permalink
fix api script
Browse files Browse the repository at this point in the history
  • Loading branch information
Isis98 committed Jan 18, 2024
1 parent cbadd33 commit 30c991c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewsComponents/apiView/apiView.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const apiView = () => {
document.body.appendChild(container);
document.body.appendChild(footer);

const script = document.getElementById("pageScript");
const script = document.createElement("script");
script.src = "./viewsComponents/apiView/mainApi.js";
script.type= "module"

Expand Down

0 comments on commit 30c991c

Please sign in to comment.