mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
Merge branch 'change_api' into 'master'
Change api signature See merge request openlp/web-remote!26
This commit is contained in:
commit
29f9ba4366
@ -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