Prowlarr/frontend/src/Utilities/getPathWithUrlBase.js
2020-10-18 04:18:35 -04:00

3 lines
99 B
JavaScript

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