Readarr/frontend/src/Utilities/getPathWithUrlBase.js
2020-02-29 16:58:13 -05:00

3 lines
98 B
JavaScript

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