From 028851b1559bb14e2f035adcc09fcaf2faed1522 Mon Sep 17 00:00:00 2001 From: Tybo Verslype <97916632+tyboro2002@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:03:22 +0200 Subject: [PATCH] Update endpoints.ts --- frontend/src/config/endpoints.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/config/endpoints.ts b/frontend/src/config/endpoints.ts index c91cb3d1..ad8e8435 100644 --- a/frontend/src/config/endpoints.ts +++ b/frontend/src/config/endpoints.ts @@ -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/',