Danielrahmai1991 commited on
Commit
2ae263a
·
verified ·
1 Parent(s): 66d9a44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -2,9 +2,9 @@ from fastapi import FastAPI
2
 
3
  app = FastAPI()
4
 
5
- @app.get("/")
6
- async def read_root():
7
- return {"message": "Hello, World mohammad!"}
8
 
9
 
10
  # from fastapi import FastAPI
 
2
 
3
  app = FastAPI()
4
 
5
+ # @app.get("/")
6
+ # async def read_root():
7
+ # return {"message": "Hello, World mohammad!"}
8
 
9
 
10
  # from fastapi import FastAPI