examples/run_server.R

library("plumber")
server <- plumb("../examples/plumber.R")  # Where 'plumber.R' is the location of the file shown above
server$run(port=8000)
cfmack/pRometheus documentation built on Jan. 25, 2021, 3:45 a.m.