Radarr/frontend/src/Utilities/getPathWithUrlBase.js
2019-06-11 22:06:43 -04:00

3 lines
97 B
JavaScript

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