adrien2p il y a 2 ans
Parent
commit
164105261c
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/api/routes/store/index.ts

+ 2 - 2
src/api/routes/store/index.ts

@@ -1,6 +1,6 @@
-import * as cors from "cors"
+import cors from "cors"
 import { Router } from "express"
-import * as bodyParser from "body-parser"
+import bodyParser from "body-parser"
 import customRouteHandler from "./custom-route-handler"
 import { wrapHandler } from "@medusajs/medusa";