api: add: edit accounts

This commit is contained in:
2023-11-30 14:03:38 +01:00
parent 086c20bddc
commit c2b6dbb989
7 changed files with 68 additions and 71 deletions

View File

@ -1,4 +1,4 @@
from .register import *
from .login import *
from .change_password import *
from .edit import *
from .delete import *