Skip to content

Commit

Permalink
Update content/800-guides/1200-prisma-postgres-realtime-on-cloudflare…
Browse files Browse the repository at this point in the history
….mdx

Co-authored-by: Nikolas <nikolas.burk@gmail.com>
  • Loading branch information
ankur-arch and nikolasburk authored Jan 14, 2025
1 parent 1a53d80 commit 0e8c903
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,6 @@ app.get(

This route validates user input and saves new points to the database:

:::note

The validation used here is simple, for serious use cases and production we recommend using something like [zod](https://zod.dev/).

:::

```typescript file=src/index.ts
app.post("/", async (c) => {
Expand Down

0 comments on commit 0e8c903

Please sign in to comment.