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