added room invites in backend
This commit is contained in:
@@ -61,7 +61,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
// )
|
||||
.layer(cors);
|
||||
|
||||
let port = var("CHATAPP_SERVER_PORT").unwrap_or_else(|_| "8081".to_string());
|
||||
let port = var("CHATAPP_SERVER_PORT").unwrap_or_else(|_| "8080".to_string());
|
||||
let addr = format!("0.0.0.0:{port}");
|
||||
|
||||
let listener = tokio::net::TcpListener::bind(&addr).await.unwrap();
|
||||
|
||||
Reference in New Issue
Block a user