Skip to content

Commit

Permalink
rm unnecessay note
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Sep 15, 2023
1 parent 73fa430 commit 3262531
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/src/pages/backend-adapters/fastify.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ export type OurFileRouter = typeof uploadRouter;

### Register the UploadThing plugin

<Callout type="warning">
Note: You need to serve this API from `/api/uploadthing` on your application.
</Callout>

```ts copy filename="src/index.ts"
import Fastify from "fastify";

Expand Down

0 comments on commit 3262531

Please sign in to comment.