merge commit

This commit is contained in:
2026-04-11 19:19:09 +07:00
12 changed files with 25 additions and 26 deletions

View File

@@ -253,7 +253,7 @@ exports.getAbout = async (req, res) => {
// ===============================
const baseUrl =
process.env.BACKEND_URL || `${req.protocol}://${req.get("host")}`;
process.env.BACKEND_URL ?? `${req.protocol}://${req.get("host")}`;
const processedData = addBaseUrlToImages(rawData, baseUrl);
res.json(processedData);