Olivier-52 commited on
Commit ·
ddc329c
1
Parent(s): ed8dfdd
RB app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ app = FastAPI(
|
|
| 48 |
},
|
| 49 |
openapi_tags=tags_metadata,)
|
| 50 |
|
| 51 |
-
@app.
|
| 52 |
def index():
|
| 53 |
"""Return a message to the user.
|
| 54 |
|
|
|
|
| 48 |
},
|
| 49 |
openapi_tags=tags_metadata,)
|
| 50 |
|
| 51 |
+
@app.get("/")
|
| 52 |
def index():
|
| 53 |
"""Return a message to the user.
|
| 54 |
|