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