brevity
This commit is contained in:
parent
ae16c884d6
commit
3b79efaa80
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ async def initial_configure(
|
||||||
)
|
)
|
||||||
async def create_initial_admin(
|
async def create_initial_admin(
|
||||||
admin_user: UserCreate,
|
admin_user: UserCreate,
|
||||||
current_config: Config = Depends(get_current_config),
|
_: Config = Depends(get_current_config),
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
PUT ./install/admin: Create the first administrative user.
|
PUT ./install/admin: Create the first administrative user.
|
||||||
|
|
Loading…
Reference in a new issue