fix(tui): show correct push heartbeat curl command in detail panel

This commit is contained in:
2026-06-04 14:01:30 -04:00
parent c9353ac7cd
commit 87f4d6d494
+1 -1
View File
@@ -107,7 +107,7 @@ func (m Model) viewDetailPanel() string {
row("Type", site.Type)
if site.Type == "push" && site.Token != "" {
row("Token", site.Token)
row("Push URL", "/api/push/"+site.Token)
row("Push", "curl -X POST -H 'Authorization: Bearer "+site.Token+"' <host>/api/push")
}
if site.URL != "" {
row("URL", site.URL)