mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ class Init extends Command
|
|||
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 a new issue