From 157925d0f8d602a4b2edc13657183ab80a91508c Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Mon, 27 Jan 2025 10:51:02 -0800 Subject: [PATCH] Update knowledge --- knowledge.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/knowledge.md b/knowledge.md index 64f79b08a2..a995442118 100644 --- a/knowledge.md +++ b/knowledge.md @@ -424,7 +424,7 @@ export const placeBet: APIHandler<'bet'> = async (props, auth) => { } ``` -And finally, you need to register the handler in `backend/api/src/app.ts` +And finally, you need to register the handler in `backend/api/src/routes.ts` ```ts import { placeBet } from './place-bet'