mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
api: remove /api/status
This commit is contained in:
parent
adf9267905
commit
592bfe24cf
1 changed files with 0 additions and 4 deletions
|
@ -206,10 +206,6 @@ export function runAPI(express, app, gitCommit, gitBranch, __dirname) {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
app.get('/api/status', (req, res) => {
|
|
||||||
res.status(200).end()
|
|
||||||
})
|
|
||||||
|
|
||||||
app.get('/favicon.ico', (req, res) => {
|
app.get('/favicon.ico', (req, res) => {
|
||||||
res.sendFile(`${__dirname}/src/front/icons/favicon.ico`)
|
res.sendFile(`${__dirname}/src/front/icons/favicon.ico`)
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue