Skip to content

Commit

Permalink
too bad
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Jan 28, 2025
1 parent 29b0d40 commit ee3f2ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/optimized.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ window.addEventListener('load', async () => {
const options = {
bgColor: "white",
customData: {
url: `data:application/octet-stream,${encodeURI(data.model)}`,
// url: `v1/aff/${AF_ID}/optimized/A,${ASYM_ID}`,
// url: `data:${encodeURI(data.model)}`,
url: `v1/aff/${AF_ID}/optimized/A,${ASYM_ID}`,
format: "cif",
binary: false
},
Expand Down

0 comments on commit ee3f2ab

Please sign in to comment.