mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
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 @@ class Test extends Notification implements ShouldQueue
|
|||
'buttons' => [
|
||||
[
|
||||
'text' => 'Go to your dashboard',
|
||||
'url' => base_url(),
|
||||
'url' => isDev() ? 'https://staging-but-dev.coolify.io' : base_url(),
|
||||
],
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue