diff --git a/api.R b/api.R index 3908f59..bf6b274 100644 --- a/api.R +++ b/api.R @@ -481,6 +481,14 @@ function() { } +#* @get / +function(res) { + + res$status <- 303L + res$setHeader("Location", "/__docs__/") + +} + #* @plumber function(pr) {