diff --git a/ifc-js/src/App.vue b/ifc-js/src/App.vue index a705714..27e8b77 100644 --- a/ifc-js/src/App.vue +++ b/ifc-js/src/App.vue @@ -89,7 +89,7 @@ export default { const ifcLoader = new IFCLoader() // FIXME hack to load the wasm... should not be needed ifcLoader.ifcManager.setWasmPath( - '../../../../../../../../../../../../../../../../cernbox/ifc-js-0.0.4/' + '../../../../../../../../../../../../../../../../cernbox/ifc-js-0.1.0/' ) const headers = getHeadersWithAuth(isPublic, this.getToken, this.publicLinkPassword) ifcLoader.setRequestHeader(headers)