diff --git a/endpoints/france.post.py b/endpoints/france.post.py index a256520..c003adc 100644 --- a/endpoints/france.post.py +++ b/endpoints/france.post.py @@ -20,10 +20,10 @@ states_in_france = [ @router.post("/france") async def get_states_in_france(): - """endpoint that returns list of states in france""" + """Returns list of states in France""" if request.method != "POST": raise HTTPException(status_code=405, detail="Method Not Allowed") - + return { "method": "POST", "_verb": "post",