summaryrefslogtreecommitdiff
path: root/webapps/webapp-loader.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'webapps/webapp-loader.lisp')
-rw-r--r--webapps/webapp-loader.lisp2
1 files changed, 1 insertions, 1 deletions
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)))