You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/apps/resources/app/storefront-development/tips/page.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ In this document, you’ll find tips useful when building a storefront.
13
13
14
14
## Connect to the Medusa Application
15
15
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:
17
17
18
18
-**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.
19
19
-**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