Support dynamic routing
This commit is contained in:
parent
f9a18caf0a
commit
a532d15829
8 changed files with 57 additions and 20 deletions
src
|
@ -1,11 +1,13 @@
|
|||
(defpackage :hp
|
||||
(uiop:define-package :hp
|
||||
(:nicknames #:hp/main)
|
||||
(:use #:cl)
|
||||
(:import-from #:clack)
|
||||
(:import-from #:hp/app
|
||||
#:*app*)
|
||||
#:*app*
|
||||
#:update-routes)
|
||||
(:export #:start-server
|
||||
#:stop-server))
|
||||
#:stop-server
|
||||
#:update-routes))
|
||||
(in-package :hp)
|
||||
|
||||
(defparameter *server* nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue