first step for plr game platform
This commit is contained in:
@@ -59,7 +59,7 @@ export class CourseService {
|
||||
return isNgrok ? { 'ngrok-skip-browser-warning': 'true' } : {};
|
||||
}
|
||||
|
||||
list(params: ListParams, usePaginationEndpoint: boolean = true): Observable<PagedResult<Course>> {
|
||||
list(params: ListParams): Observable<PagedResult<Course>> {
|
||||
const coursesList = this.http.get<PagedResult<CourseApiResponse>>(this.apiUrl, {
|
||||
headers: this.getNgrokHeaders(),
|
||||
params: this.servivesUtil.getParamsFromModel(params),
|
||||
|
||||
Reference in New Issue
Block a user