Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 128 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 128 Bytes

API-Rest-R-CAT

To run the api on port 8766:

r <- plumber::plumb("rest_api_cat.r")
r$run(host="0.0.0.0",port=8766)