Change signature

This commit is contained in:
Tim 2020-10-12 12:03:26 +01:00
parent 5169db2d0d
commit b22df76bd4
No known key found for this signature in database
GPG Key ID: 3D454289AF831A6D
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ export class OpenLPService {
}
getServiceItem(): Observable<any> {
return this.http.get<Slide[]>(`${this.apiURL}/controller/live-item`, httpOptions);
return this.http.get<Slide[]>(`${this.apiURL}/controller/live-items`, httpOptions);
}
getNotes(): Observable<any> {