diff --git a/src/routers/images.py b/src/routers/images.py index 132356f..49c23d7 100644 --- a/src/routers/images.py +++ b/src/routers/images.py @@ -85,6 +85,7 @@ async def background(): @router.get("/background/today") +@router.get("/background/daily") async def background_of_the_day(): """ Obtain a random image, and consistently return it for the rest of the day