Fix health check service name in response

This commit is contained in:
MOHAN 2026-04-14 14:22:25 +05:30
parent 9480832478
commit 33ad269821

View File

@ -14,7 +14,7 @@ const PORT = process.env.PORT || 3002;
app.use(cors()); app.use(cors());
app.get("/health", (req, res) => { app.get("/health", (req, res) => {
res.json({ ok: true, service: "race-nation-shopify-app-backend" }); res.json({ ok: true, service: "race-nation-shopify-app-backendrftgyhujikod" });
}); });
app.get("/shops/:shop", (req, res) => { app.get("/shops/:shop", (req, res) => {