change control port to 14000
This commit is contained in:
		@@ -27,7 +27,7 @@ async fn main() {
 | 
			
		||||
        .with_state(shared_state);
 | 
			
		||||
 | 
			
		||||
    // run our app with hyper
 | 
			
		||||
    let addr = SocketAddr::from(([127, 0, 0, 1], 3000));
 | 
			
		||||
    let addr = SocketAddr::from(([127, 0, 0, 1], 14000));
 | 
			
		||||
    tracing::debug!("listening  on {}", addr);
 | 
			
		||||
    axum::Server::bind(&addr)
 | 
			
		||||
        .serve(app.into_make_service())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user