generated from nhcarrigan/template
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