|
|
@ -116,7 +116,7 @@ export class SettingsService extends ServiceHelpers {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public getThemeContent(themeUrl: string): Observable<string> {
|
|
|
|
public getThemeContent(themeUrl: string): Observable<string> {
|
|
|
|
return this.http.get(`${this.url}/themecontent?url=${themeUrl}`, {responseType: 'text', headers: this.headers});
|
|
|
|
return this.http.get(`${this.url}/themecontent?url=${themeUrl}`, {responseType: "text", headers: this.headers});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
public getEmailNotificationSettings(): Observable<IEmailNotificationSettings> {
|
|
|
|
public getEmailNotificationSettings(): Observable<IEmailNotificationSettings> {
|
|
|
|