Skip to content

Commit

Permalink
Use bucket name for database
Browse files Browse the repository at this point in the history
  • Loading branch information
Loudbooks committed Dec 10, 2024
1 parent e43606d commit a66a8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a66a8f0

Please sign in to comment.