mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 08:25:47 +01:00
🐛 Fix issue with api endpoints caused by new integration format
This commit is contained in:
@@ -11,8 +11,6 @@ async function Get(req: NextApiRequest, res: NextApiResponse) {
|
||||
timeout: 1,
|
||||
});
|
||||
|
||||
console.log(response);
|
||||
|
||||
// Return 200 if the alive property is true
|
||||
if (response.alive) {
|
||||
return res.status(200).end();
|
||||
|
||||
Reference in New Issue
Block a user