Skip to content

Commit

Permalink
Remove empty subsection (#928)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Harmon <[email protected]>
  • Loading branch information
schloerke and jonthegeek authored Nov 17, 2023
1 parent e829af6 commit 31d9b0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vignettes/tips-and-tricks.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 31d9b0e

Please sign in to comment.