Skip to content

Commit 1c452ae

Browse files
committed
go back to localhost
1 parent c4bacdc commit 1c452ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/orca.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ orca_serve <- function(port = 5151, mathjax = FALSE, safe = FALSE, request_limit
185185
scale = scale
186186
)
187187
res <- httr::POST(
188-
paste0("http://0.0.0.0:", port),
188+
paste0("http://127.0.0.1:", port),
189189
body = to_JSON(bod)
190190
)
191191
httr::stop_for_status(res)

0 commit comments

Comments
 (0)