I should read the manual on how to squash commits (fix cider again)
This commit is contained in:
@@ -6,7 +6,7 @@ var currentListeningHtml = ""
|
|||||||
|
|
||||||
app.get("/cider", (rreq,rres) => {
|
app.get("/cider", (rreq,rres) => {
|
||||||
rres.set("Access-Control-Allow-Origin","*")
|
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
|
// app.get("/cider", (rreq,rres) => { // GET current listening from target
|
||||||
|
|||||||
Reference in New Issue
Block a user