added endpoint for storefront (#1084)

This commit is contained in:
Shahed Nasser
2022-02-19 17:07:49 +01:00
committed by GitHub
parent 25b2cd846e
commit 99628f4249
2 changed files with 188 additions and 0 deletions
+12
View File
@@ -105,6 +105,18 @@ module.exports = {
label: "Medusa Server",
collapsed: true,
items: [
{
type: "category",
label: 'Endpoints',
collapsed: true,
items: [
{
type: "doc",
id: "advanced/backend/endpoints/add-storefront",
label: "Add Endpoint for Storefront"
},
]
},
{
type: "doc",
id: "tutorial/adding-custom-functionality",