forked from yaso_meth/mih-project
add api to get access requests by app_id
This commit is contained in:
@@ -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",
|
||||
)
|
||||
Reference in New Issue
Block a user