Skip to content

Commit

Permalink
utapi
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaBonde committed Aug 21, 2024
1 parent 0fc3130 commit f37df56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/server/uploadthing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,7 @@ export const uploadRouter = {
}),
} satisfies FileRouter;


export const utapi = new UTApi({
apiKey: ""
})
export type OurFileRouter = typeof uploadRouter;

0 comments on commit f37df56

Please sign in to comment.