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

4 lines
97 B
JavaScript

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