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