Implemented example for request parsing to structure
This commit is contained in:
parent
3248951e63
commit
0e6d8104e6
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
use axum::{
|
||||
extract::Request,
|
||||
http::StatusCode,
|
||||
routing::{get, trace},
|
||||
routing::{get,post, trace},
|
||||
Router,
|
||||
};
|
||||
use log::*;
|
||||
|
|
|
|||
Loading…
Reference in a new issue