mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-01-01 10:32:09 +01:00
4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
export default function getPathWithUrlBase(path) {
|
|
return `${window.Radarr.urlBase}${path}`;
|
|
}
|