mirror of
https://github.com/open-webui/open-webui
synced 2024-11-24 21:13:59 +00:00
fix
This commit is contained in:
parent
206a4877c7
commit
70c6d3bf9f
@ -738,7 +738,7 @@ async def update_ldap_config(
|
|||||||
|
|
||||||
# create api key
|
# create api key
|
||||||
@router.post("/api_key", response_model=ApiKey)
|
@router.post("/api_key", response_model=ApiKey)
|
||||||
async def create_api_key(request: Request, user=Depends(get_current_user)):
|
async def generate_api_key(request: Request, user=Depends(get_current_user)):
|
||||||
if not request.app.state.config.ENABLE_API_KEY:
|
if not request.app.state.config.ENABLE_API_KEY:
|
||||||
raise HTTPException(
|
raise HTTPException(
|
||||||
status.HTTP_403_FORBIDDEN,
|
status.HTTP_403_FORBIDDEN,
|
||||||
|
Loading…
Reference in New Issue
Block a user