inst/basic-package/R/about.R

#' About
#' 
#' Render the about.
#' 
#' @inheritParams handler
#' 
#' @name views
#' @keywords internal
about_get <- \(req, res) {
  res$send(
    "About us!"
  )
}
devOpifex/ambiorix.generator documentation built on May 19, 2024, 6:11 a.m.