Commit
·
36e0003
1
Parent(s):
358f05c
Added test1
Browse files
test1.py
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
-
from fastapi import Query
|
|
|
|
|
|
|
|
|
|
|
2 |
|
3 |
@app.get("/search_leads")
|
4 |
async def search_leads(
|
|
|
1 |
+
from fastapi import Query, FastAPI
|
2 |
+
|
3 |
+
|
4 |
+
|
5 |
+
app = FastAPI(title="LeadGen Scraper", description="A Lead generation scraper")
|
6 |
+
|
7 |
|
8 |
@app.get("/search_leads")
|
9 |
async def search_leads(
|