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

This commit is contained in:
2026-03-12 11:38:18 +00:00
parent 2a3c7eac34
commit 5822930f0a
6 changed files with 30 additions and 26 deletions
@@ -1,7 +1,6 @@
import { hashAPIPath } from "../../../actions";
import {
getBlobs,
createRepCompleteMessage,
createRepCompleteMessage
} from "../../../actions/azurestorage";
import nextConnect from "next-connect";
@@ -38,8 +37,8 @@ ApiProxy.get(async (req, res) => {
export const config = {
api: {
bodyParser: false,
},
bodyParser: false
}
};
export default ApiProxy;