From 31d9b0ee523d5c85b49ff364f05e8cbdfff136fa Mon Sep 17 00:00:00 2001 From: Barret Schloerke Date: Fri, 17 Nov 2023 10:33:53 -0500 Subject: [PATCH] Remove empty subsection (#928) Co-authored-by: Jon Harmon --- vignettes/tips-and-tricks.Rmd | 2 -- 1 file changed, 2 deletions(-) diff --git a/vignettes/tips-and-tricks.Rmd b/vignettes/tips-and-tricks.Rmd index e7779cfda..38a27d4c7 100644 --- a/vignettes/tips-and-tricks.Rmd +++ b/vignettes/tips-and-tricks.Rmd @@ -109,8 +109,6 @@ function(req, res){ If you run this API locally and then visit the API in a web browser, you'll see your R session switch into debug mode when the request arrives, allowing you to look at the objects contained inside your `req` and `res` objects. -### Plumber Server - ## Port Range You can use [httpuv::randomPort()] to define a range of port for Plumber to pick from when running an API.