I should read the manual on how to squash commits (fix cider again)

This commit is contained in:
Enstrayed
2024-06-12 17:55:38 -07:00
parent 45b7b3541f
commit c615d9c3f9

View File

@@ -6,7 +6,7 @@ var currentListeningHtml = ""
app.get("/cider", (rreq,rres) => {
rres.set("Access-Control-Allow-Origin","*")
rres.send("<span>Cider endpoint is temporarily unavailable.")
rres.send("<span>Cider endpoint is temporarily unavailable.</span>")
})
// app.get("/cider", (rreq,rres) => { // GET current listening from target