Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hillalex committed Sep 26, 2024
1 parent 18bc08b commit de1586f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/router.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ setup_docs <- function(pr) {
# already loaded
library(redoc)
pr$setDocs("redoc")
pr$mount("/schema", plumber::PlumberStatic$new(file.path(system.file("schema",
package = "serovizr"))))
pr$mount("/schema", plumber::PlumberStatic$new(
file.path(system.file("schema", package = "serovizr"))))
pr
}

Expand Down

0 comments on commit de1586f

Please sign in to comment.