JS: Mark an alert as missing

This commit is contained in:
Asger F
2025-02-12 15:23:37 +01:00
parent e026b9e048
commit 2c46e10678

View File

@@ -61,7 +61,7 @@ function good() {
app.use("bootstrap", express.static('./node_modules/bootstrap/dist'));
}
app.use(express.static(__dirname)) // $ Alert
app.use(express.static(__dirname)) // $ MISSING: Alert
const serveHandler = require("serve-handler");
const http = require("http");