Skip to content

Commit

Permalink
fix: miniscule fix to example URL output (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Mar 4, 2024
1 parent 2826b1a commit dfb8824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pub fn print_hints(args: &Args) {

// The endpoint `/genes/txs` provides transcript information.
tracing::info!(
" try: http://{}:{}//genes/txs?hgncId=HGNC:1100&\
" try: http://{}:{}/genes/txs?hgncId=HGNC:1100&\
genomeBuild=GENOME_BUILD_GRCH37",
args.listen_host.as_str(),
args.listen_port
Expand Down

0 comments on commit dfb8824

Please sign in to comment.