make append_path work, update todo
This commit is contained in:
parent
fa1d23cb3e
commit
6bae7ef997
5 changed files with 9 additions and 8 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue