Minor style changes, add new dashboard for server nodes
This commit is contained in:
@@ -45,7 +45,9 @@
|
||||
})
|
||||
|
||||
//Base routes
|
||||
app.get("/", (req, res) => res.redirect("https://github.com/lowlighter/metrics"))
|
||||
app.get("/", (req, res) => res.sendFile(path.resolve("src/html", "index.html")))
|
||||
app.get("/index.html", (req, res) => res.sendFile(path.resolve("src/html", "index.html")))
|
||||
app.get("/placeholder.svg", (req, res) => res.sendFile(path.resolve("src/html", "placeholder.svg")))
|
||||
app.get("/favicon.ico", (req, res) => res.sendStatus(204))
|
||||
|
||||
//Metrics
|
||||
|
||||
Reference in New Issue
Block a user