Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ db_params = {
|
|
14 |
'password': '5omRLogf9Kdas3zoBFPCT9yrCGU4IbEX',
|
15 |
}
|
16 |
|
17 |
-
|
18 |
async def ProfileMatchResults():
|
19 |
dbQuery = "select * from profilematch"
|
20 |
conn = psycopg2.connect(**db_params)
|
|
|
14 |
'password': '5omRLogf9Kdas3zoBFPCT9yrCGU4IbEX',
|
15 |
}
|
16 |
|
17 |
+
@app.get("/")
|
18 |
async def ProfileMatchResults():
|
19 |
dbQuery = "select * from profilematch"
|
20 |
conn = psycopg2.connect(**db_params)
|