From 2e6ac57d948a1de4aca5ebb39a0d0c3acd7478bb Mon Sep 17 00:00:00 2001 From: thanu Date: Sat, 28 Feb 2026 16:29:37 +0530 Subject: [PATCH] added api_backend --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index 1750389..962e506 100644 --- a/app/main.py +++ b/app/main.py @@ -80,7 +80,7 @@ def create_task(task: TaskCreate): @app.get("/about",response_class=PlainTextResponse) def about_backend(): - return "This is all backend" + return "This is all the backend" @app.get("/tasks") def list_tasks(limit: int = 100):