Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ app = FastAPI()
|
|
| 4 |
|
| 5 |
@app.get("/")
|
| 6 |
def root():
|
| 7 |
-
return {"
|
| 8 |
|
| 9 |
@app.post("/greet")
|
| 10 |
def greet(data:dict):
|
|
|
|
| 4 |
|
| 5 |
@app.get("/")
|
| 6 |
def root():
|
| 7 |
+
return {"App": "Started"}
|
| 8 |
|
| 9 |
@app.post("/greet")
|
| 10 |
def greet(data:dict):
|