mirror of
https://git.meshkee.com/Meshkee/backend.git
synced 2026-08-11 22:30:59 +04:30
Add public user-products storefront API and website docs.
Expose published customer listings under /tenants/:host/user-products (list, search, details, technical-info) and document them in the website API pack. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
co-authored by
Cursor
parent
158523df7b
commit
953b87b616
@@ -78,6 +78,7 @@ export class BusinessSettingsService {
|
||||
),
|
||||
defaultLocale:
|
||||
dto.branding.defaultLocale ?? current.branding.defaultLocale,
|
||||
themeMode: dto.branding.themeMode ?? current.branding.themeMode,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user