diff options
-rw-r--r-- | src/main.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.lisp b/src/main.lisp index d1b8faa..979752f 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -432,6 +432,10 @@ oneliner (http-err 404))) +(defun an-api-token (token) + "An api token" + token) + ;;; ENDPOINT DEFINITIONS (defendpoint* :post "/redeem/:invite an-invite-code:" |