From 4e4877281696557f8918d6921b2c394812c0a905 Mon Sep 17 00:00:00 2001 From: flawa Date: Thu, 23 Nov 2023 12:17:06 +0100 Subject: [PATCH] test: github actions OVH --- api/src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/src/index.js b/api/src/index.js index 242def440f..fb1cee7825 100644 --- a/api/src/index.js +++ b/api/src/index.js @@ -158,7 +158,7 @@ const validateCustomHeader = require("./middlewares/validateCustomHeader"); app.get("/", async (req, res) => { const d = new Date(); - res.status(200).send("SNU OVH Registry v3" + d.toLocaleString()); + res.status(200).send("SNU OVH Registry v4" + d.toLocaleString()); }); app.get("/testsentry", async (req, res) => {