diff options
author | grfn <grfn@gws.fyi> | 2021-04-30T11·51+0000 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-04-30T11·54+0000 |
commit | 17239c597df554b9fe182e6a5a5b0d160217511e (patch) | |
tree | b5bddd753860b40f9bc9311fcdf08b57c2cec67f /web/panettone/src/packages.lisp | |
parent | 216c3f73b97d8ff9db7932bb16226315edfac4fc (diff) |
revert: "feat(web/panettone): Allow requesting JSON" r/2553
This reverts commit 77c09076eccf343e7f14ed389719c0866de3d649. Reason for revert: It doesn't work - attempting to request any of the pages now gives: [ERROR]] No keys match in SWITCH. Testing against "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9" with EQUAL. Change-Id: Ic4c795fd2a971003a6823a3b68ddee9a03b9f7c9 Reviewed-on: https://cl.tvl.fyi/c/depot/+/3061 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
Diffstat (limited to 'web/panettone/src/packages.lisp')
-rw-r--r-- | web/panettone/src/packages.lisp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/web/panettone/src/packages.lisp b/web/panettone/src/packages.lisp index a428c188c050..3e6aa4a05f4f 100644 --- a/web/panettone/src/packages.lisp +++ b/web/panettone/src/packages.lisp @@ -69,11 +69,9 @@ :panettone.authentication :panettone.inline-markdown) (:import-from :defclass-std :defclass/std) - (:import-from :alexandria :if-let :when-let :switch :alist-hash-table - :assoc-value :eswitch) + (:import-from :alexandria :if-let :when-let :switch :alist-hash-table) (:import-from :cl-ppcre :split) (:import-from :bordeaux-threads :make-thread) - (:import-from :cl-json :encode-json :encode-json-to-string) (:import-from :panettone.model :id :subject :body :author-dn :issue-id :status :created-at |