Skip to content

Commit

Permalink
chore: re-add legacy compat
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Jun 5, 2024
1 parent 2511a96 commit 012ba40
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/trpc/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ const appRouter = router({
getRecipeFromPDF,
getRecipeFromText,
}),

getRecipes,
searchRecipes,
getSimilarRecipes,
});

export const trpcExpressMiddleware = createExpressMiddleware({
Expand Down

0 comments on commit 012ba40

Please sign in to comment.