Skip to content

Commit

Permalink
Fix missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
wkmor1 committed Sep 9, 2024
1 parent e347b88 commit 9670199
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 @@ -19,7 +19,7 @@ suppressPackageStartupMessages({
})

api <- paste0(
"http://", Sys.getenv("API_HOSTNAME"), ":", Sys.getenv("API_PORT"),
"http://", Sys.getenv("API_HOSTNAME"), ":", Sys.getenv("API_PORT")
)

logger::log_layout(layout_simple)
Expand Down

0 comments on commit 9670199

Please sign in to comment.