Update main.rs - Correct method in comments (#2132)

This commit is contained in:
Adrian Jerome Wright 2023-07-30 08:48:07 +01:00 committed by GitHub
parent 64c566cd1c
commit e5b0852bdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@
//!
//! - `GET /todos`: return a JSON list of Todos.
//! - `POST /todos`: create a new Todo.
//! - `PUT /todos/:id`: update a specific Todo.
//! - `PATCH /todos/:id`: update a specific Todo.
//! - `DELETE /todos/:id`: delete a specific Todo.
//!
//! Run with