performing commit through vscode
Browse files- .gitignore +0 -0
- __pycache__/app.cpython-39.pyc +0 -0
- app.py +1 -1
.gitignore
ADDED
File without changes
|
__pycache__/app.cpython-39.pyc
ADDED
Binary file (298 Bytes). View file
|
|
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! Hope everything is fine"}
|