This commit is contained in:
Lizandro Guarnizo
2026-06-18 12:25:44 -05:00
parent 65ff7995e8
commit 408ea50d21
12 changed files with 1042 additions and 1100 deletions
-1
View File
@@ -32,7 +32,6 @@ def ensure_defaults():
@router.get("")
async def config_page(request: Request, user: dict = Depends(get_current_user)):
ensure_defaults()
conn = get_connection()
configs = conn.execute("SELECT * FROM config ORDER BY key").fetchall()
conn.close()