mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-01-14 19:51:56 +01:00
3 lines
97 B
JavaScript
3 lines
97 B
JavaScript
export default function getPathWithUrlBase(path) {
|
|
return `${window.Radarr.urlBase}${path}`;
|
|
}
|