Add API to generate med cert and uploud to minio
This commit is contained in:
parent
8192aa6a1b
commit
ad805fdca1
4 changed files with 93 additions and 2 deletions
|
|
@ -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()
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue