diff --git a/server/src/routes/list.ts b/server/src/routes/list.ts index 5f0a436..d270a49 100644 --- a/server/src/routes/list.ts +++ b/server/src/routes/list.ts @@ -22,6 +22,7 @@ export const listRoutes: WrappedRoute = (database) => { "meetings", "mentorships", "staff", + "testimonials", ]; for (const route of routes) { fastify.get(`/list/${route}`, async(_request, response) => { diff --git a/server/src/routes/review.ts b/server/src/routes/review.ts index 8429535..931b2e3 100644 --- a/server/src/routes/review.ts +++ b/server/src/routes/review.ts @@ -27,6 +27,7 @@ export const reviewRoutes: WrappedRoute = (database) => { "meetings", "mentorships", "staff", + "testimonials", ]; for (const route of routes) { fastify.put<{