ernestmindres commited on
Commit
fab135f
·
verified ·
1 Parent(s): 367a067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -16,6 +16,8 @@ from auth_backend import (
16
  get_user_by_id,
17
  get_plan_limit,
18
  login_user,
 
 
19
  reset_password_via_security_question,
20
  generate_password_hash,
21
  )
 
16
  get_user_by_id,
17
  get_plan_limit,
18
  login_user,
19
+ register_user,
20
+ generate_api_key,
21
  reset_password_via_security_question,
22
  generate_password_hash,
23
  )