Просмотр исходного кода

[emacs] Update endpoint and heading name for webhook

Colin Powell 1 месяц назад
Родитель
Сommit
9e8f9946d6
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      emacs/.config/doom/config.el

+ 2 - 2
emacs/.config/doom/config.el

@@ -361,8 +361,8 @@ Returns the ID string."
                (body (org-get-body-stripped))
                (notes (org-extract-notes))
                ;;(properties (org-entry-properties))
-               (endpoint "http://localhost:8000/webhook/emacs/")
-               (data `(("title" . ,heading)
+               (endpoint "https://life.lab.unbl.ink/webhook/emacs/")
+               (data `(("description" . ,heading)
                        ("labels" . ,tags)
                        ("state" . ,state)
                        ("timestamps" . ,timestamps)