mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Revert /deployments from function logs
This commit is contained in:
parent
97acbd42ba
commit
8a4c5bec27
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ class Comment
|
|||
};
|
||||
|
||||
if ($function['action']['type'] === 'logs') {
|
||||
$action = '[View Logs](' . $protocol . '://' . $hostname . '/console/project-' . $projectId . '/functions/function-' . $functionId . '/deployments/deployment-' . $function['deploymentId'] . ')';
|
||||
$action = '[View Logs](' . $protocol . '://' . $hostname . '/console/project-' . $projectId . '/functions/function-' . $functionId . '/deployment-' . $function['deploymentId'] . ')';
|
||||
} else {
|
||||
$action = '[Authorize](' . $function['action']['url'] . ')';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue