diff options
author | cel 🌸 <cel@blos.sm> | 2024-02-01 01:51:44 +0000 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2024-02-01 01:51:44 +0000 |
commit | 4e09e356d0ce3d96046dc45079e207b119dbafe0 (patch) | |
tree | 0c5fb08f9cd1fe69ec5e112c837edd35f06a3205 /src | |
parent | 1b22e53ed3efddfb66f30358fdc08403beab86c7 (diff) | |
download | blossom-4e09e356d0ce3d96046dc45079e207b119dbafe0.tar.gz blossom-4e09e356d0ce3d96046dc45079e207b119dbafe0.tar.bz2 blossom-4e09e356d0ce3d96046dc45079e207b119dbafe0.zip |
change port
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 2 |
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 } |