Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
xeolabs committed Jan 26, 2024
2 parents d76300c + dda6bee commit 86168c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
const enableEditModels = (requestParams.enableEditModels === "true");

const server = new Server({
dataDir: "./data"
dataDir: requestParams.dataDir || "./data"
});

const bimViewer = new BIMViewer(server, {
Expand Down

0 comments on commit 86168c1

Please sign in to comment.