updated IP address
This commit is contained in:
parent
3609b9a848
commit
f809c1dd28
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue