mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-28 04:20:12 +02:00
api: remove /api/status
This commit is contained in:
parent
adf9267905
commit
592bfe24cf
@ -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) => {
|
||||
res.sendFile(`${__dirname}/src/front/icons/favicon.ico`)
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user