Skip to content

Commit

Permalink
Fixed endpoint sanitization of discussion_db_name and user_avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisNeo committed Jun 23, 2024
1 parent 473ae0a commit 26a3ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lollms/server/endpoints/lollms_configuration_infos.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ async def apply_settings(request: Request):
"debug_log_file_path",
"petals_model_path",
"skills_lib_database_name",
"discussion_db_name"
"discussion_db_name",
"user_avatar",

]
Expand Down

0 comments on commit 26a3ff3

Please sign in to comment.