diff --git a/modules/api/auth.py b/modules/api/auth.py index 0e7d86b..96eb9ba 100644 --- a/modules/api/auth.py +++ b/modules/api/auth.py @@ -20,7 +20,7 @@ class auth: self.smtpconfig = globalvar.smtpconfig def register(self, params): - APIADDR = "/api/auth/registration/register/:roles" + APIADDR = "/api/auth/register/:roles" loggorilla.prcss(APIADDR, "Define parameters") response = {} captcha = params["captcha" ] @@ -92,7 +92,7 @@ class auth: return response def resend(self, params): - APIADDR = "/api/auth/registration/resend" + APIADDR = "/api/auth/resend" loggorilla.prcss(APIADDR, "Define parameters") response = {} email = params["email"].lower()