adapt new setup

This commit is contained in:
2024-11-15 09:24:06 +01:00
parent 11f5470a57
commit 8f054981fa
2 changed files with 7 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ Wwws.initlocalwco=(tribwco,profils,lg)=>{
Wwws.initlocaldata = (tribe, appname, pagename, version, profils, lg) => {
const fileparam = `../../${tribe}/objects/wwws/itm/${appname}.json`;
const fileparam = `../../../${tribe}/objects/wwws/itm/${appname}.json`;
console.log(fileparam);
if (!fs.existsSync(fileparam)) {
return { status: 404, ref: "Wwws", msg: "appdoesnotexist", data: {} };