mattritchey commited on
Commit
5033ef2
·
1 Parent(s): bbc8bad

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -14,7 +14,7 @@ app = FastAPI()
14
  #Root endpoints
15
  @app.get("/")
16
  def root():
17
- return {"API": "Google Address Scrap"}
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):