test windows build now use localhost

This commit is contained in:
Nickiel12 2022-07-16 18:58:05 -07:00
parent ed38b4aa73
commit eb37513a4b

View file

@ -14,7 +14,7 @@ mod tests;
mod modules;
#[cfg(target_os = "windows")]
const SERVER_ADDRESS: &str = "10.0.0.114:5000";
const SERVER_ADDRESS: &str = "localhost:5000";
#[cfg(release)]
#[cfg(target_os = "windows")]