Skip to content

Commit

Permalink
fix: use localhost as fallback host
Browse files Browse the repository at this point in the history
  • Loading branch information
janvennemann committed Nov 10, 2023
1 parent 4f7c362 commit c085d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/node/utils/titanium.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,6 @@ export function resolveHost() {
}
}
}

return 'localhost';
}

0 comments on commit c085d89

Please sign in to comment.