refactor phase 3a api-file chunk 1 targeted actions imports
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user