mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 19:21:36 +00:00
Refactor variable and function names for consistency
This commit is contained in:
@@ -651,7 +651,7 @@ function queryResourcesByUuid(string $uuid)
|
||||
|
||||
return $resource;
|
||||
}
|
||||
function generatTagDeployWebhook($tag_name)
|
||||
function generateTagDeployWebhook($tag_name)
|
||||
{
|
||||
$baseUrl = base_url();
|
||||
$api = Url::fromString($baseUrl).'/api/v1';
|
||||
|
||||
Reference in New Issue
Block a user