So,
I have a need to open up a new tab (to display a large network mesh from within my node)
this map (currently embedded in the Node UI) uses JS files - fetched using /resources/node-red-contrib-zwave-js/UITab/**.js
Now then, I am moving this map to its own web page tab (similar to how the dashboard has its own page).
But here is the thing.
is the endpoint always http://***:1880/resources/
or can it change if the installation alters httpAdminRoot
?
i.e would it suddenly become http://***:1880/CustomAdminURI/resources/