sonarr-repo-only/frontend/src/Utilities/getPathWithUrlBase.js

4 lines
97 B
JavaScript
Raw Normal View History

2018-01-13 02:01:27 +00:00
export default function getPathWithUrlBase(path) {
return `${window.Sonarr.urlBase}${path}`;
}