Closed kennedymwavu closed 9 months ago
This is the example:
app <- Ambiorix$new() app$get("/", function(req, res){ res$send("Using {ambiorix}!") }) if(interactive()) app$list(posrt = 3000L)
It uses app$list(posrt = 3000L) instead of app$start(port = 3000L)
app$list(posrt = 3000L)
app$start(port = 3000L)
This is the example:
It uses
app$list(posrt = 3000L)
instead ofapp$start(port = 3000L)