updated IP address

This commit is contained in:
Nickiel12 2024-03-27 17:11:16 -07:00
parent 3609b9a848
commit f809c1dd28

View file

@ -22,7 +22,7 @@ pub struct AppState {
impl Default for AppState {
fn default() -> Self {
AppState {
ip: "10.0.0.29".to_string(),
ip: "10.0.0.30".to_string(),
port: 8765,
}
}