4 lines
73 B
TypeScript
4 lines
73 B
TypeScript
|
|
// src/app/api/uploadthing/route.ts
|
||
|
|
|
||
|
|
export { GET, POST } from "./core";
|