Skip to content

Commit

Permalink
Update endpoints.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 authored Apr 18, 2024
1 parent c0820c9 commit 028851b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/config/endpoints.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const endpoints = {
byStudent: '/api/students/{studentId}/groups/',
},
projects: {
retrieve: '/api/projects/{id}',
retrieve: '/api/projects/{id}/',
byCourse: '/api/courses/{courseId}/projects/',
byStudent: '/api/students/{studentId}/projects/',
byTeacher: '/api/teachers/{teacherId}/projects/',
Expand Down

0 comments on commit 028851b

Please sign in to comment.