mirror of
https://github.com/github/codeql.git
synced 2026-04-26 09:15:12 +02:00
JS: Mark an alert as missing
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user