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

This commit is contained in:
Adrian Jerome Wright
2023-07-30 07:48:07 +00:00
committed by GitHub
parent 64c566cd1c
commit e5b0852bdb
+1 -1
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