adrien2p пре 2 година
родитељ
комит
164105261c
1 измењених фајлова са 2 додато и 2 уклоњено
  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 { Router } from "express"
-import * as bodyParser from "body-parser"
+import bodyParser from "body-parser"
 import customRouteHandler from "./custom-route-handler"
 import customRouteHandler from "./custom-route-handler"
 import { wrapHandler } from "@medusajs/medusa";
 import { wrapHandler } from "@medusajs/medusa";