aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-05-03 20:07:25 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-05-03 20:07:25 +0200
commit7aef9ab4480bb072ee08a30588b1780a14227fab (patch)
treeedaf3d5d1ae4366f8a79b91a4a4a1823bef84b4a
parent7497f74f5eed855e8114f82860faccfc8935b5cc (diff)
* Add exports to package.lisp
-rw-r--r--src/package.lisp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/package.lisp b/src/package.lisp
index 7a16b91..91b354b 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -2,4 +2,5 @@
(:use #:cl
#:alexandria
#:split-sequence)
- (:export))
+ (:export #:define-route
+ #:server))