mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-01-20 19:49:25 +00:00
fixed binding settings
This commit is contained in:
parent
d182a45049
commit
4c9592c0b0
@ -244,7 +244,7 @@ def get_active_binding_settings():
|
|||||||
@router.post("/set_active_binding_settings")
|
@router.post("/set_active_binding_settings")
|
||||||
async def set_active_binding_settings(request: Request):
|
async def set_active_binding_settings(request: Request):
|
||||||
data = await request.json()
|
data = await request.json()
|
||||||
check_access(data["client_id"])
|
check_access(lollmsElfServer,data["client_id"])
|
||||||
settings = data["settings"]
|
settings = data["settings"]
|
||||||
"""
|
"""
|
||||||
Sets the active binding settings.
|
Sets the active binding settings.
|
||||||
|
Loading…
Reference in New Issue
Block a user