Skip to content

Commit

Permalink
Add new greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed May 28, 2024
1 parent 960ebc1 commit 4fbb3af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/handlers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ pub(super) async fn call_incoming(State(state): State<AppState>) -> Response {
"I know my way around a good comedy joke.",
"How about this one?",
"One top tier joke, coming right up!",
"Yes, you can haz dad joke.",
];
let greeting = greetings
.choose(&mut rand::thread_rng())
Expand Down

0 comments on commit 4fbb3af

Please sign in to comment.