This repository has been archived on 2024-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
fradrive-old/templates/approot.julius
2020-04-30 13:02:39 +02:00

6 lines
162 B
Plaintext

if (window.App && window.App.httpClient) {
window.App.httpClient.setBaseUrl(#{currentApproot});
} else {
throw new Error('HttpClient service is missing!');
}