test commit
This commit is contained in:
parent
5dfe58ec2e
commit
e2296574ac
|
@ -101,6 +101,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
// register a user
|
||||
async fn register(
|
||||
DatabaseConnection(conn): DatabaseConnection,
|
||||
Form(form): Form<RegistrationForm>,
|
||||
|
|
Loading…
Reference in New Issue