Improve
This commit is contained in:
parent
5a0e0016e9
commit
0602391977
4 changed files with 17 additions and 8 deletions
src
|
@ -8,7 +8,7 @@
|
|||
(:export #:*app*))
|
||||
(in-package #:hp/app)
|
||||
|
||||
(defparameter *app* (jg:make-app :address "localhost"
|
||||
(defparameter *app* (jg:make-app :address env:*address*
|
||||
:port env:*port*))
|
||||
|
||||
(fbr:assign-routes *app* :system "hp" :directory "src/routes")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue