mirror of
https://github.com/seancorfield/usermanager-example.git
synced 2025-08-03 18:53:19 +08:00
Fix #12. Remove unused component parameter 'server'
This commit is contained in:
@ -143,7 +143,7 @@
|
||||
;; Standard web server component -- knows how to stop and start your chosen
|
||||
;; web server... uses Jetty but explains how to use http-kit instead:
|
||||
;; lifecycle for the specified web server in which we run
|
||||
(defrecord WebServer [handler-fn server port ; parameters
|
||||
(defrecord WebServer [handler-fn port ; parameters
|
||||
application ; dependencies
|
||||
http-server shutdown] ; state
|
||||
component/Lifecycle
|
||||
|
Reference in New Issue
Block a user