refactor phase 3a api-file chunk 2 targeted actions imports

This commit is contained in:
2026-03-12 11:41:40 +00:00
parent 5822930f0a
commit 61913f9f80
11 changed files with 33 additions and 31 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
import { downloadFile } from "../../../actions/azurestorage";
import nextConnect from "next-connect";
import { hashAPIPath } from "../../../actions";
import { hashAPIPath } from "../../../actions/core/hash";
import middleware from "../middleware/middleware";
const WORDKEY = process.env.HASHKEY;
@@ -58,8 +58,8 @@ async function streamToBuffer(readableStream) {
export const config = {
api: {
bodyParser: false,
},
bodyParser: false
}
};
export default ApiProxy;