summaryrefslogtreecommitdiff
path: root/run.R
blob: 6733c2eae483958cba7c73e36e3bd204d57c4f41 (plain)
1
2
3
4

library(plumber)
r <- plumb("plumber.R")  # Where 'plumber.R' is the location of the file shown above
r$run(host="0.0.0.0", port=8001, swagger=TRUE)