inst/skeleton/routes.R

# Put your routes here.

routes <- list(c("^*/", genericView(function(resp, request, params) {
  resp[["body"]] <- "Hello World!"
  resp
})))
bobjansen/mattR documentation built on May 9, 2019, 9:57 p.m.