generated from nhcarrigan/template
fix: include testimonials in review/list endpoints
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m51s
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m51s
This commit is contained in:
parent
f8662980af
commit
88de1e309c
@ -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) => {
|
||||
|
@ -27,6 +27,7 @@ export const reviewRoutes: WrappedRoute = (database) => {
|
||||
"meetings",
|
||||
"mentorships",
|
||||
"staff",
|
||||
"testimonials",
|
||||
];
|
||||
for (const route of routes) {
|
||||
fastify.put<{
|
||||
|
Loading…
x
Reference in New Issue
Block a user