music and animation system
This commit is contained in:
6
src/app/api/uploadthing/route.ts
Normal file
6
src/app/api/uploadthing/route.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { createRouteHandler } from "uploadthing/next";
|
||||
import { fileRouter } from "~/server/uploadthing";
|
||||
|
||||
export const { GET, POST } = createRouteHandler({
|
||||
router: fileRouter,
|
||||
});
|
||||
Reference in New Issue
Block a user