Improve
This commit is contained in:
parent
07bff148ec
commit
0b3e09c1eb
8 changed files with 6 additions and 32 deletions
src
|
@ -3,7 +3,7 @@
|
|||
(:use #:cl)
|
||||
(:local-nicknames (#:jg #:jingle))
|
||||
(:local-nicknames (#:fbr #:ningle-fbr))
|
||||
(:local-nicknames (#:cfg #:hp/config/env))
|
||||
(:local-nicknames (#:env #:hp/env))
|
||||
(:local-nicknames (#:mw #:hp/middlewares/*))
|
||||
(:export #:start
|
||||
#:stop
|
||||
|
@ -11,7 +11,7 @@
|
|||
(in-package #:hp)
|
||||
|
||||
(defparameter *app* (jg:make-app :address "localhost"
|
||||
:port cfg:*port*))
|
||||
:port env:*port*))
|
||||
|
||||
(defun start ()
|
||||
(jg:start *app*))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue