diff --git a/app.py b/app.py index a2af519..be9268c 100644 --- a/app.py +++ b/app.py @@ -26,7 +26,7 @@ class CaesarFile(BaseModel): @router.get("/") async def index(): - return {"message": "Welcome to the Caesar cipher API!😊"} + return {"message": "Welcome to the Caesar cipher API!😊😊"} @router.post("/rot13") async def rot13_api(text: str):