mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-24 01:15:50 +01:00
3 lines
99 B
JavaScript
3 lines
99 B
JavaScript
export default function getPathWithUrlBase(path) {
|
|
return `${window.Prowlarr.urlBase}${path}`;
|
|
}
|