mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-29 19:28:27 -07:00
3 lines
97 B
JavaScript
3 lines
97 B
JavaScript
export default function getPathWithUrlBase(path) {
|
|
return `${window.Lidarr.urlBase}${path}`;
|
|
}
|