inst/plumber/05-static/plumber.R

#* @assets ./files
list()

#* @assets ./files /static
list()

#* @get /
#* @serializer json list(auto_unbox = TRUE)
function() {
  "static file server at './files'"
}
trestletech/plumber documentation built on May 6, 2024, 6:17 p.m.