YaakovY commited on
Commit
b2e7b6b
1 Parent(s): 0d81a27
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -6,7 +6,7 @@ app = FastAPI()
6
 
7
  @app.get("/")
8
  def read_root():
9
- return {"Hello": "World!"}
10
 
11
 
12
  @app.get("/ticker/{item_id}")
 
6
 
7
  @app.get("/")
8
  def read_root():
9
+ return {"Hello": "World!!!!"}
10
 
11
 
12
  @app.get("/ticker/{item_id}")