aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp
index e71c71b..d6d29d0 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -36,5 +36,12 @@
;; DOCGEN
#:print-route-documentation
- #:print-all-route-documentation))
+ #:print-all-route-documentation
+
+ ;; ENDPOINT CLASS UTILITY FUNCTIONS
+ #:route-builder-parts
+ #:class-initargs
+ #:body-expected-p
+ #:request-method
+ ))