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