account management thingy
This commit is contained in:
parent
b128f6549b
commit
8fde05a96d
18 changed files with 251 additions and 18 deletions
|
@ -58,7 +58,9 @@ fn rocket() -> _ {
|
|||
template_endpoints::login::post_login,
|
||||
template_endpoints::login::get_login,
|
||||
|
||||
template_endpoints::logout::logout,
|
||||
template_endpoints::account_management::account_management,
|
||||
|
||||
template_endpoints::logout::logout
|
||||
])
|
||||
// assets
|
||||
.mount("/", routes![
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue