Skip to content

Commit

Permalink
Rebuild website
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Feb 4, 2025
1 parent b6adea7 commit 8966e26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@

response.json().then(sceneModelParams => {

demoHelper.logAsset("../../data/models/Duplex/json/datamodel.json");
demoHelper.logAsset("../../models/Duplex/json/datamodel.json");

fetch("../../data/models/Duplex/json/datamodel.json").then(response => {
fetch("../../models/Duplex/json/datamodel.json").then(response => {

response.json().then(dataModelParams => {

Expand Down

0 comments on commit 8966e26

Please sign in to comment.