This commit is contained in:
znetsixe
2025-09-29 09:15:52 +02:00
parent f53f62a522
commit 3391069ab0
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<script type="module">
import * as menuUtils from "/generalFunctions/helper/menuUtils.js";
import * as menuUtils from "/generalfunctions/helper/menuUtils.js";
RED.nodes.registerType("heatExchanger", {
@@ -73,7 +73,7 @@
};
//this needs to live somewhere and for now we add it to every node file for simplicity
const projecSettingstURL = "http://localhost:1880/generalFunctions/settings/projectSettings.json";
const projecSettingstURL = "http://localhost:1880/generalfunctions/settings/projectSettings.json";
try{