Skip to content

Commit

Permalink
Temporary ifc-js.wasm path fix (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: Vasco Guita <[email protected]>
  • Loading branch information
vascoguita and Vasco Guita authored Nov 10, 2021
1 parent f15f684 commit 4d666ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ifc-js/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default {
},
addIFCModel: function () {
const ifcLoader = new IFCLoader()
ifcLoader.ifcManager.setWasmPath('../../../../../../../')
ifcLoader.ifcManager.setWasmPath('../../../../../../../../../../../../../../../../cernbox/ifc-js-0.0.1/')
const header = {
Authorization: 'Bearer ' + this.getToken,
'X-Requested-With': 'XMLHttpRequest'
Expand Down

0 comments on commit 4d666ee

Please sign in to comment.