Small fix
This commit is contained in:
parent
91e693d53a
commit
7a95f9f17f
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ async fn main() -> std::io::Result<()> {
|
|||
App::new()
|
||||
.data(pool.clone())
|
||||
.wrap(middleware::Logger::default())
|
||||
.service(add_user(pool, form))
|
||||
.service(add_user)
|
||||
})
|
||||
.bind(&bind)?
|
||||
.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue