Olivier-52 commited on
Commit
ddc329c
·
1 Parent(s): ed8dfdd

RB app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ app = FastAPI(
48
  },
49
  openapi_tags=tags_metadata,)
50
 
51
- @app.post("/")
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