Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hardope authored Oct 7, 2023
1 parent 13796a7 commit 387fe8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 387fe8f

Please sign in to comment.