diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-05-03 20:07:25 +0200 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-05-03 20:07:25 +0200 |
commit | 7aef9ab4480bb072ee08a30588b1780a14227fab (patch) | |
tree | edaf3d5d1ae4366f8a79b91a4a4a1823bef84b4a | |
parent | 7497f74f5eed855e8114f82860faccfc8935b5cc (diff) |
* Add exports to package.lisp
-rw-r--r-- | src/package.lisp | 3 |
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)) |