update account settings is real!
This commit is contained in:
parent
1dd0f382d0
commit
29bd670a57
5 changed files with 69 additions and 4 deletions
|
@ -35,6 +35,7 @@ fn rocket() -> _ {
|
|||
.mount(CONFIG.general.append_path.as_str(), routes![
|
||||
endpoints::accounts::login_account::login_account,
|
||||
endpoints::accounts::register_account::register_account,
|
||||
endpoints::accounts::update_account_settings::update_account_settings,
|
||||
|
||||
endpoints::users::get_users::get_users,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue