From 00c4a9224cae914abf4ca5e8b0961d69025603a9 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sun, 21 Jan 2018 18:11:56 -0700 Subject: changed name of def-page to define-endpoint --- webapps/webapp-loader.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapps/webapp-loader.lisp') diff --git a/webapps/webapp-loader.lisp b/webapps/webapp-loader.lisp index de5bf81..c29da1f 100644 --- a/webapps/webapp-loader.lisp +++ b/webapps/webapp-loader.lisp @@ -152,7 +152,7 @@ overwritten with the new one." ;; ========================================================================== ;; -(defmacro def-page (request-type uri var-list page-function) +(defmacro define-endpoint (request-type uri var-list page-function) "Does the grunt work of creating an `easy-handler' for each page you wish to publish." (let ((name (gensym))) -- cgit v1.3