mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Merge remote-tracking branch 'forkorigin/main' into features/basic-docker-swarm
This commit is contained in:
@@ -35,6 +35,7 @@ export default async function handler(req, res) {
|
||||
|
||||
return res.status(200).json({
|
||||
status: info.State.Status,
|
||||
health: info.State.Health?.Status
|
||||
});
|
||||
}
|
||||
|
||||
@@ -56,6 +57,7 @@ export default async function handler(req, res) {
|
||||
|
||||
return res.status(200).json({
|
||||
status: info.State.Status,
|
||||
health: info.State.Health?.Status
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user