mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fixed methodname
This commit is contained in:
parent
069b8b5632
commit
440c3635d1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue