feat: seo preview #44

Merged
kailasdevdas merged 11 commits from feat/healthcheck-seo into dev 2026-05-26 07:33:40 +00:00
Showing only changes of commit 5aae2824ef - Show all commits
+2 -2
View File
@@ -443,9 +443,9 @@ export const updateDoctor = async (req, res) => {
const seo = await prisma.seo.create({
data: {
ogImage,
metaDescription,
seoTitle,
metaDescription,
metaDescription,
ogDescription,
ogTitle,
focusKeyphrase,
slug: slug ? slug : null,