mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
Change signature
This commit is contained in:
parent
5169db2d0d
commit
b22df76bd4
@ -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> {
|
||||
|
Loading…
Reference in New Issue
Block a user