fix: include testimonials in review/list endpoints
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m51s

This commit is contained in:
Naomi Carrigan 2025-02-20 18:13:26 -08:00
parent f8662980af
commit 88de1e309c
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8
2 changed files with 2 additions and 0 deletions

View File

@ -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) => {

View File

@ -27,6 +27,7 @@ export const reviewRoutes: WrappedRoute = (database) => {
"meetings",
"mentorships",
"staff",
"testimonials",
];
for (const route of routes) {
fastify.put<{