aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 60c501f..2f1a00b 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -190,7 +190,7 @@ async fn main() -> std::result::Result<(), std::io::Error> {
.unwrap(),
));
- Server::new(TcpListener::bind("0.0.0.0:3000"))
+ Server::new(TcpListener::bind("0.0.0.0:8000"))
.run(blossom)
.await
}