refactor(notifications): update Telegram button URL for staging environment

This commit is contained in:
Andras Bacsai
2025-03-26 08:31:11 +01:00
parent 6c17d45c40
commit 11bfc37db7

View File

@@ -83,7 +83,7 @@ class Test extends Notification implements ShouldQueue
'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(),
], ],
], ],
]; ];