fix: undead endpoint

This commit is contained in:
Andras Bacsai 2024-01-11 11:34:05 +01:00
parent 190beb3d3f
commit e36bb11ba8

View File

@ -99,7 +99,7 @@ private function alive()
return;
}
try {
Http::get("https://undead.coollabs.io/coolify/v4/alive?appId=$id&version=$version");
Http::get("https://undead.coolify.io/v4/alive?appId=$id&version=$version");
echo "I am alive!\n";
} catch (\Throwable $e) {
echo "Error in alive: {$e->getMessage()}\n";