Files
medusa-store/docs/content/development
Shahed Nasser c04cbbaa1b docs: fixed cors import in endpoints documentation (#3987)
Fixed import of the `cors` package to the following:

```ts
import * as cors from "cors"
```
2023-05-02 19:57:42 +03:00
..