Spaces:
Runtime error
Runtime error
Commit
·
5033ef2
1
Parent(s):
bbc8bad
Update main.py
Browse files
main.py
CHANGED
@@ -14,7 +14,7 @@ app = FastAPI()
|
|
14 |
#Root endpoints
|
15 |
@app.get("/")
|
16 |
def root():
|
17 |
-
return {"API": "
|
18 |
|
19 |
|
20 |
def red_fin_api(add):
|
|
|
14 |
#Root endpoints
|
15 |
@app.get("/")
|
16 |
def root():
|
17 |
+
return {"API": "Redfin Address Scrap"}
|
18 |
|
19 |
|
20 |
def red_fin_api(add):
|