Skip to content

Commit 1caa018

Browse files
authored
Only two options to interact with Medusa application
1 parent 9d1f09a commit 1caa018

File tree

1 file changed

+1
-1
lines changed
  • www/apps/resources/app/storefront-development/tips

1 file changed

+1
-1
lines changed

www/apps/resources/app/storefront-development/tips/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In this document, you’ll find tips useful when building a storefront.
1313

1414
## Connect to the Medusa Application
1515

16-
To send requests from the storefront to the Medusa application’s Store API Routes, you have three options:
16+
To send requests from the storefront to the Medusa application’s Store API Routes, you have two options:
1717

1818
- **For JavaScript frameworks**: use Medusa’s [JS SDK](../../js-sdk/page.mdx) in any JavaScript framework. This NPM package facilitates interacting with the backend’s REST APIs. All Storefront Development guides use the JS SDK.
1919
- **For other frontend technologies**: interact directly with the Medusa application by sending requests to its [Store REST APIs](https://docs.medusajs.com/api/store).

0 commit comments

Comments
 (0)