diff --git a/src/pages/api/resources/photo/[id].tsx b/src/pages/api/resources/photo/[id].tsx index de87c7d..27eeb49 100644 --- a/src/pages/api/resources/photo/[id].tsx +++ b/src/pages/api/resources/photo/[id].tsx @@ -1,3 +1,8 @@ +/** + * @deprecated + * + * Route replaced by the tRPC resource update handler and serialize function for Buffer data. + */ import { type NextApiHandler } from "next"; import formidable from "formidable"; import * as fs from "fs";