Skip to content

Commit

Permalink
api: remove /api/status
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed May 16, 2024
1 parent adf9267 commit 592bfe2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
})
Expand Down

0 comments on commit 592bfe2

Please sign in to comment.