4 lines
122 B
Python
4 lines
122 B
Python
"""Security related endpoints including login/logout and reset password
|
|
"""
|
|
|
|
from .auth import blueprint as auth_blueprint |