Add API to generate med cert and uploud to minio

This commit is contained in:
2024-06-25 13:47:13 +02:00
parent 8192aa6a1b
commit ad805fdca1
4 changed files with 93 additions and 2 deletions

View File

@@ -21,6 +21,9 @@ async def read_all_users():
"UserName": item[1],
"Password": item[2],
"docOffice_ID": item[3],
"fname": item[4],
"lname": item[5],
"title": item[6],
}
for item in cursor.fetchall()
]