From 9f7a921b33c042198e3385da7a493a8781e2932f Mon Sep 17 00:00:00 2001 From: Dark-Louis Date: Wed, 10 Sep 2025 11:00:39 +0200 Subject: [PATCH] Updated field name - Renamed "titleContent" to "contentVisu" to align with the client app --- server/routes/update.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/routes/update.js b/server/routes/update.js index 1dbb9d5..ebeeaa6 100644 --- a/server/routes/update.js +++ b/server/routes/update.js @@ -19,7 +19,7 @@ export const getUpdate = async () => { version : update.version, date : update.date, titleVisu: "Ajouts", - titleContent: update.ajouts, + contentVisu: update.ajouts, titleDev: "Changements", contentDev: update.changements, };