You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the reordering of routes in #101 to put courseByIdRoute before batchCourses (and similarly for instructors), the batch endpoints are now masked as the /{id} now consumes the /batch, trying to fetch a course/instructor by ID batch. This is clearly not right.
Currently breaking PeterPortal.
The text was updated successfully, but these errors were encountered:
Due to the reordering of routes in #101 to put
courseByIdRoute
beforebatchCourses
(and similarly for instructors), the batch endpoints are now masked as the/{id}
now consumes the/batch
, trying to fetch a course/instructor by IDbatch
. This is clearly not right.Currently breaking PeterPortal.
The text was updated successfully, but these errors were encountered: