Skip to content

Commit

Permalink
Clean axum example
Browse files Browse the repository at this point in the history
  • Loading branch information
juhaku committed May 3, 2022
1 parent e22a5c0 commit 824abe0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/todo-axum/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ async fn main() -> Result<(), Error> {
"/todo",
routing::get(todo::list_todos)
.post(todo::create_todo)
.put(todo::mark_done),
)
.route(
"/todo/:id",
Expand Down

0 comments on commit 824abe0

Please sign in to comment.