Closed samrat closed 4 years ago
Currently, the start-server! starts just the HTTP server. We can add a function that calls init! then start-server!.
start-server!
init!
Currently, the
start-server!
starts just the HTTP server. We can add a function that callsinit!
thenstart-server!
.