Fixed methodname

pull/4019/head
tidusjar 4 years ago
parent 069b8b5632
commit 440c3635d1

@ -12,7 +12,7 @@ export class WizardService extends ServiceHelpers {
super(http, "/api/v2/wizard/", href); super(http, "/api/v2/wizard/", href);
} }
public async downvoteAlbum(config: IOmbiConfigModel): Promise<ICustomizationSettings> { public async addOmbiConfig(config: IOmbiConfigModel): Promise<ICustomizationSettings> {
return await this.http.post<ICustomizationSettings>(`${this.url}config`, config, {headers: this.headers}).toPromise(); return await this.http.post<ICustomizationSettings>(`${this.url}config`, config, {headers: this.headers}).toPromise();
} }
} }

Loading…
Cancel
Save