Json fixxxxx

Signed-off-by: Ayush More <ayushmore42595@gmail.com>
This commit is contained in:
Ayush More
2025-07-23 22:49:50 +05:30
parent f0c4ad7292
commit be76b403d8
+5 -3
View File
@@ -52,11 +52,13 @@ curl localhost:7007/api/carmen/todos
```
You should see the following response:
```sh
```json
{
"items": []
}
"items": []
}
```
:::note Note: The route shown here matches the default in the current backend plugin template. If you want a `/health` endpoint for health checks, you can add it to your router yourself.
:::