mirror of
https://github.com/Readarr/Readarr.git
synced 2026-01-31 01:02:20 -05:00
4 lines
98 B
JavaScript
4 lines
98 B
JavaScript
export default function getPathWithUrlBase(path) {
|
|
return `${window.Readarr.urlBase}${path}`;
|
|
}
|