add api to get access requests by app_id

This commit is contained in:
2024-08-15 12:34:16 +02:00
parent a95cf0509d
commit 751f0355d6
3 changed files with 80 additions and 0 deletions

View File

@@ -14,4 +14,10 @@ def dbAppDataConnect():
user="root",
passwd="C@rtoon1995",
database="app_data"
)
def dbAllConnect():
return mysql.connector.connect(
host="mysqldb",
user="root",
passwd="C@rtoon1995",
)