Skip to content
Snippets Groups Projects
Commit b567cc50 authored by pnogal's avatar pnogal
Browse files

Endpoint edit

parent ed8eea4b
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ export class DataService {
}
getDegreePlannerCourseData(): Observable<Course[]> {
return this.http.get<Course[]>(this.plannerApiUrl + '/degreePlan/520224/termcourses')
return this.http.get<Course[]>(this.plannerApiUrl + '/degreePlan/520224/courses')
.pipe(catchError(this.errorHandler));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment