docs: fix file path in CMS integration example (#10516)

This commit is contained in:
Shahed Nasser
2024-12-10 09:59:08 +02:00
committed by GitHub
parent e5e5a34108
commit 212b37c2fe

View File

@@ -84,7 +84,7 @@ export const methodsHighlights = [
["20", "retrieveBrands", "A method that retrieves a brand from a third-party system."]
]
```ts title="src/modules/brand/services/client.ts" highlights={methodsHighlights}
```ts title="src/modules/cms/service.ts" highlights={methodsHighlights}
export class BrandClient {
// ...