fradrive/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!');
}