Is the endpoint /resources/ relative to the editor endpoint?

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/

It is relative to httpAdminRoot as it is tied to serving resources to the editor.

Thanks @knolleary

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.