simple-login/app/api/__init__.py

17 lines
233 B
Python
Raw Normal View History

2020-01-20 14:00:56 +00:00
from .views import (
alias_options,
new_custom_alias,
2020-11-15 18:09:25 +00:00
custom_domain,
2020-01-20 14:00:56 +00:00
new_random_alias,
user_info,
2020-04-09 18:31:53 +00:00
auth,
2020-01-20 14:00:56 +00:00
auth_mfa,
2020-02-04 16:26:59 +00:00
alias,
2020-04-19 09:13:38 +00:00
apple,
mailbox,
notification,
2020-10-28 16:23:58 +00:00
setting,
2021-03-06 20:56:42 +00:00
export,
phone,
2020-01-20 14:00:56 +00:00
)