make append_path work, update todo

This commit is contained in:
Reid 2023-08-28 17:26:33 -07:00
parent fa1d23cb3e
commit 6bae7ef997
Signed by: reidlab
GPG key ID: 6C9EAA3364F962C8
5 changed files with 9 additions and 8 deletions

View file

@ -16,7 +16,7 @@ pub struct FormRegisterAccount {
email: String
}
#[post("/memaddrefix/accounts/registerGJAccount.php", data = "<input>")]
#[post("/accounts/registerGJAccount.php", data = "<input>")]
pub fn register_account(input: Form<FormRegisterAccount>) -> status::Custom<&'static str> {
let connection = &mut db::establish_connection_pg();