File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ type ProductCategoryResponse = ProductCategoryDTO & {
11
11
12
12
/**
13
13
* This endpoint uses the serverless Product Module to retrieve a category and its products by handle.
14
- * The module connects directly to you Medusa database to retrieve and manipulate data, without the need for a dedicated server.
14
+ * The module connects directly to your Medusa database to retrieve and manipulate data, without the need for a dedicated server.
15
15
* Read more about the Product Module here: https://docs.medusajs.com/modules/products/serverless-module
16
16
*/
17
17
export async function GET (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { notFound } from "next/navigation"
4
4
5
5
/**
6
6
* This endpoint uses the serverless Product Module to list and count all product categories.
7
- * The module connects directly to you Medusa database to retrieve and manipulate data, without the need for a dedicated server.
7
+ * The module connects directly to your Medusa database to retrieve and manipulate data, without the need for a dedicated server.
8
8
* Read more about the Product Module here: https://docs.medusajs.com/modules/products/serverless-module
9
9
*/
10
10
export async function GET ( request : NextRequest ) {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import getPrices from "@lib/util/get-product-prices"
6
6
7
7
/**
8
8
* This endpoint uses the serverless Product Module to retrieve a collection and its products by handle.
9
- * The module connects directly to you Medusa database to retrieve and manipulate data, without the need for a dedicated server.
9
+ * The module connects directly to your Medusa database to retrieve and manipulate data, without the need for a dedicated server.
10
10
* Read more about the Product Module here: https://docs.medusajs.com/modules/products/serverless-module
11
11
*/
12
12
export async function GET (
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { notFound } from "next/navigation"
4
4
5
5
/**
6
6
* This endpoint uses the serverless Product Module to list and count all product collections.
7
- * The module connects directly to you Medusa database to retrieve and manipulate data, without the need for a dedicated server.
7
+ * The module connects directly to your Medusa database to retrieve and manipulate data, without the need for a dedicated server.
8
8
* Read more about the Product Module here: https://docs.medusajs.com/modules/products/serverless-module
9
9
*/
10
10
export async function GET ( request : NextRequest ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { initialize as initializeProductModule } from "@medusajs/product"
5
5
6
6
/**
7
7
* This endpoint uses the serverless Product Module to retrieve a product by handle.
8
- * The module connects directly to you Medusa database to retrieve and manipulate data, without the need for a dedicated server.
8
+ * The module connects directly to your Medusa database to retrieve and manipulate data, without the need for a dedicated server.
9
9
* Read more about the Product Module here: https://docs.medusajs.com/modules/products/serverless-module
10
10
*/
11
11
export async function GET (
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { notFound } from "next/navigation"
11
11
12
12
/**
13
13
* This endpoint uses the serverless Product Module to retrieve a list of products.
14
- * The module connects directly to you Medusa database to retrieve and manipulate data, without the need for a dedicated server.
14
+ * The module connects directly to your Medusa database to retrieve and manipulate data, without the need for a dedicated server.
15
15
* Read more about the Product Module here: https://docs.medusajs.com/modules/products/serverless-module
16
16
*/
17
17
export async function GET ( request : NextRequest ) {
You can’t perform that action at this time.
0 commit comments