fix: undead endpoint
This commit is contained in:
parent
190beb3d3f
commit
e36bb11ba8
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ private function alive()
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
try {
|
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";
|
echo "I am alive!\n";
|
||||||
} catch (\Throwable $e) {
|
} catch (\Throwable $e) {
|
||||||
echo "Error in alive: {$e->getMessage()}\n";
|
echo "Error in alive: {$e->getMessage()}\n";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue