Implemented API endpoints to modify profile name and hint, and to change email address, fixes #43

This commit is contained in:
Daniel García
2018-06-17 00:06:59 +02:00
parent 0905355629
commit 1c45c2ec3a
2 changed files with 57 additions and 3 deletions

View File

@@ -14,10 +14,12 @@ pub fn routes() -> Vec<Route> {
routes![
register,
profile,
post_profile,
get_public_keys,
post_keys,
post_password,
post_sstamp,
post_email_token,
post_email,
delete_account,
revision_date,