Vaibhav84 commited on
Commit
dc87153
·
verified ·
1 Parent(s): cdd0404

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)