Skip to content

Commit

Permalink
Fixing poster generation endpoint not matching
Browse files Browse the repository at this point in the history
  • Loading branch information
sam9116 committed Jul 18, 2024
1 parent 4c00f56 commit ae24972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function App() {
const element = document.getElementById("sharepage");
html2canvas(element, {
logging: true,
proxy: `${process.env.REACT_APP_BACKEND}/ImageProxy`,
proxy: `${process.env.REACT_APP_BACKEND}/GetImage`,
backgroundColor: "#282c34",

ignoreElements: (node) => {
Expand Down

0 comments on commit ae24972

Please sign in to comment.