diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2018-01-21 18:11:56 -0700 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2018-01-21 18:11:56 -0700 |
| commit | 00c4a9224cae914abf4ca5e8b0961d69025603a9 (patch) | |
| tree | 514259dd246a175fea17abd0b87e225ff2558165 /webapps/webapp-loader.lisp | |
| parent | 55a709fadf16d36c4902a25a1d44917a6cc25436 (diff) | |
changed name of def-page to define-endpoint
Diffstat (limited to 'webapps/webapp-loader.lisp')
| -rw-r--r-- | webapps/webapp-loader.lisp | 2 |
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))) |
