fix: undead endpoint
This commit is contained in:
parent
190beb3d3f
commit
e36bb11ba8
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user