pdx-cs-rust-web / knock-knock

class webserver demo spring 2024
Other
2 stars 3 forks source link

Clean up ownership and failure in REST joke responses #2

Closed BartMassey closed 6 months ago

BartMassey commented 6 months ago

The REST endpoints that return a Joke should return an Option<&Joke>.