diff --git a/endpoints/open.post.py b/endpoints/open.post.py index 225454c..97d16b1 100644 --- a/endpoints/open.post.py +++ b/endpoints/open.post.py @@ -15,7 +15,7 @@ towns_in_arizona = [ "Surprise" ] -@router.post("/open", status_code=200) +@router.post("/open") async def get_towns_in_arizona(): """Endpoint that returns list of towns in Arizona""" if request.method != "POST":