login endpoint is real!!
This commit is contained in:
parent
f3908219cd
commit
77ad597963
6 changed files with 81 additions and 8 deletions
|
@ -21,6 +21,7 @@ fn rocket() -> _ {
|
|||
rocket::build().mount("/", routes![
|
||||
index,
|
||||
|
||||
endpoints::accounts::login_account::login_account,
|
||||
endpoints::accounts::register_account::register_account
|
||||
])
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue