mattritchey commited on
Commit
67593c9
·
verified ·
1 Parent(s): 77ed826

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -17,7 +17,7 @@ app = FastAPI()
17
  #Root endpoints
18
  @app.get("/")
19
  def root():
20
- return {"API": "Hail Docker Data"}
21
 
22
  def geocode_address(address):
23
 
 
17
  #Root endpoints
18
  @app.get("/")
19
  def root():
20
+ return {"API": "Hail API 2020"}
21
 
22
  def geocode_address(address):
23