diff --git a/src/main.lisp b/src/main.lisp index 5d1c641..1fa9952 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -417,7 +417,7 @@ with the image attached" (let* ((request-type (hunchentoot:request-method hunchentoot:*request*)) (data (hunchentoot:post-parameters* hunchentoot:*request*)) (registration (cdr (assoc "registration" data :test 'string=))) - (health (cdr (assoc "health" data :test 'string=)))) + (health (cdr (assoc "health-form" data :test 'string=)))) (log:info data) ;; This is extremely necessary so that cors is right (setf (tbnl:header-out :access-control-expose-headers) "*")