Skip to content

Commit

Permalink
Fix api_status call
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Sep 9, 2024
1 parent 09b63ae commit 14915f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ logger::log_layout(layout_simple)

logger::log_threshold(TRACE)

api_status <- paste(api, "/healthz")
api_status <- paste0(api, "/healthz")

while (inherits(try(curlGetHeaders(api_status), silent = TRUE), "try-error")) {

Expand Down

0 comments on commit 14915f1

Please sign in to comment.