Fix health check service name in response
This commit is contained in:
parent
9480832478
commit
33ad269821
@ -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-backend" });
|
||||
res.json({ ok: true, service: "race-nation-shopify-app-backendrftgyhujikod" });
|
||||
});
|
||||
|
||||
app.get("/shops/:shop", (req, res) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user