diff --git a/backend/src/main.rs b/backend/src/main.rs index f51f9f8..b307ac3 100644 --- a/backend/src/main.rs +++ b/backend/src/main.rs @@ -44,7 +44,7 @@ async fn main() -> std::io::Result<()> { let mongo_service = Arc::new( MongoService::new( &mongo_url, - "pastebook" + &bucket_name, ) .await .expect("Failed to initialize MongoService")