diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-22 15:55:42 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-22 15:55:42 +0200 |
commit | e98b645ac4f317787c4aceb50fb700ea86db52c5 (patch) | |
tree | 6b623b6e7f8585d67e8d273f25f93166e46c6464 /org-roam-ui.el | |
parent | 14498d7753d0b39ba167d6e51a1f1c05e686d603 (diff) |
finished basis for physics tweaks
Diffstat (limited to 'org-roam-ui.el')
-rw-r--r-- | org-roam-ui.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-roam-ui.el b/org-roam-ui.el index a8c98ee..473f479 100644 --- a/org-roam-ui.el +++ b/org-roam-ui.el @@ -36,7 +36,7 @@ (cons 'links (mapcar 'links-row-to-cons links-db-rows)))))) (progn (insert response) - (httpd-send-header t "text/plain" 200 :Access-Control-Allow-Origin "*")))) + (httpd-send-header t "application/json" 200 :Access-Control-Allow-Origin "*")))) (defun nodes-row-to-cons (row) (list |