From 7d11dcdaef2f61ed4cd28c3552b03c610b2853fe Mon Sep 17 00:00:00 2001 From: piyook Date: Wed, 16 Apr 2025 12:25:14 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 762528a..5445ac3 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,7 @@ The framework is written in TypeScript and can : - Serve random Database seed data - Serve persisted mock data to the database - Perform CRUD operations on the local database via a REST endpoint +- Mock API error codes/messages for testing frontend error handling logic ### Setting up a new API route