refactor(notifications): update Telegram button URL for staging environment
This commit is contained in:
parent
6c17d45c40
commit
11bfc37db7
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ public function toTelegram(): array
|
||||||
'buttons' => [
|
'buttons' => [
|
||||||
[
|
[
|
||||||
'text' => 'Go to your dashboard',
|
'text' => 'Go to your dashboard',
|
||||||
'url' => base_url(),
|
'url' => isDev() ? 'https://staging-but-dev.coolify.io' : base_url(),
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue