mirror of
https://github.com/Radarr/Radarr
synced 2025-12-10 18:33:30 +01:00
3 lines
97 B
JavaScript
3 lines
97 B
JavaScript
export default function getPathWithUrlBase(path) {
|
|
return `${window.Radarr.urlBase}${path}`;
|
|
}
|