Merge branch 'change_api' into 'master'

Change api signature

See merge request openlp/web-remote!26
This commit is contained in:
Tomas Groth 2020-10-19 07:19:38 +00:00
commit 29f9ba4366
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> {