mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-27 04:50:31 +00:00
Update main.rs - Correct method in comments (#2132)
This commit is contained in:
parent
64c566cd1c
commit
e5b0852bdb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user