tanbushi commited on
Commit
cded907
·
1 Parent(s): b04d669

test any change

Browse files
Files changed (2) hide show
  1. .gitignore +1 -0
  2. app.py +1 -1
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ __pycache__/
app.py CHANGED
@@ -4,4 +4,4 @@ app = FastAPI()
4
 
5
  @app.get("/")
6
  def greet_json():
7
- return {"Hello": "World!"}
 
4
 
5
  @app.get("/")
6
  def greet_json():
7
+ return {"Hello": "World!123"}