deprecate old route

This commit is contained in:
Brandon Egger 2023-08-24 11:35:33 -05:00
parent 064269ca3f
commit 71a956d28a

View File

@ -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";