mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-20 23:17:45 +00:00
Connect to server name instead of listening address
This commit is contained in:
parent
ae96de1ee6
commit
086cd24b09
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ async fn main() {
|
|||
|
||||
let Ok(login_reply) = reqwest::get(format!(
|
||||
"http://{}/_private/service_accounts?sid={}",
|
||||
config.login.get_socketaddr(),
|
||||
config.login.server_name,
|
||||
session_id
|
||||
))
|
||||
.await
|
||||
|
|
Loading…
Add table
Reference in a new issue