Skip to content

Commit

Permalink
Update knowledge
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Jan 27, 2025
1 parent 057e036 commit 157925d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 157925d

Please sign in to comment.