[2.0.0] #54

Merged
kailasdevdas merged 64 commits from dev into main 2026-07-13 17:53:39 +00:00
Showing only changes of commit 3af6401429 - Show all commits
@@ -354,6 +354,8 @@ export const updateDoctor = async (req, res) => {
professionalSummary, professionalSummary,
seoTitle, seoTitle,
metaDescription, metaDescription,
ogTitle,
ogDescription,
focusKeyphrase, focusKeyphrase,
slug, slug,
tags, tags,
@@ -429,6 +431,8 @@ export const updateDoctor = async (req, res) => {
data: { data: {
seoTitle, seoTitle,
metaDescription, metaDescription,
ogTitle,
ogDescription,
ogImage, ogImage,
focusKeyphrase, focusKeyphrase,
slug: slug ? slug : null, slug: slug ? slug : null,
@@ -441,6 +445,8 @@ export const updateDoctor = async (req, res) => {
ogImage, ogImage,
seoTitle, seoTitle,
metaDescription, metaDescription,
metaDescription,
ogTitle,
focusKeyphrase, focusKeyphrase,
slug: slug ? slug : null, slug: slug ? slug : null,
tags: tags || [], tags: tags || [],