@ -21,6 +21,9 @@ app.use(helmet());
app.use(morgan("tiny"));
app.use(express.json());
app.get("/health", (req, res) => {
res.status(200).send("OK");
});
// --- Vérification connexion DB ---
app.get("/db-check", async (req, res) => {
try {
The note is not visible to the blocked user.