feat: add update all recommendations command
This commit is contained in:
@ -5,7 +5,6 @@ import { getAllRecommendations } from "@lib/recommendation.ts";
|
||||
export const handler: Handlers = {
|
||||
async GET() {
|
||||
const recommendations = await getAllRecommendations();
|
||||
console.log({ recommendations });
|
||||
return json(recommendations);
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user