Radarr/frontend/src/Utilities/getPathWithUrlBase.js

4 lines
97 B
JavaScript

export default function getPathWithUrlBase(path) {
return `${window.Radarr.urlBase}${path}`;
}