feat: Add basic endpoints and workflows for Store module (#6515)
This commit is contained in:
@@ -118,5 +118,10 @@ module.exports = {
|
||||
resources: "shared",
|
||||
resolve: "@medusajs/api-key",
|
||||
},
|
||||
[Modules.STORE]: {
|
||||
scope: "internal",
|
||||
resources: "shared",
|
||||
resolve: "@medusajs/store",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user