Skip to content

Commit

Permalink
Update api-todos-change-text-handler comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KikyTokamuro committed Dec 29, 2022
1 parent 546303c commit cf437c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
(hunchentoot:get-parameter "todoid")
(hunchentoot:get-parameter "status")))

;;; Change todo status
;;; Change todo text
(json-router api-todos-change-text-handler "/api/todos/text/change"
(api-todos-change-text (hunchentoot:get-parameter "group")
(hunchentoot:get-parameter "todoid")
Expand Down

0 comments on commit cf437c8

Please sign in to comment.