Fix typo in health check service name

This commit is contained in:
MOHAN 2026-04-14 14:23:00 +05:30
parent 33ad269821
commit 2320d1d5c3

View File

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