Fixed endpoint sanitization of discussion_db_name and user_avatar

This commit is contained in:
Saifeddine ALOUI 2024-06-23 23:32:19 +02:00
parent 473ae0a0e8
commit 26a3ff35ac

View File

@ -155,7 +155,7 @@ async def apply_settings(request: Request):
"debug_log_file_path", "debug_log_file_path",
"petals_model_path", "petals_model_path",
"skills_lib_database_name", "skills_lib_database_name",
"discussion_db_name" "discussion_db_name",
"user_avatar", "user_avatar",
] ]