diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 00ccbce..1485401 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,9 @@
-
+
+
+
@@ -90,7 +92,7 @@
1742456795887
-
+
diff --git a/README.md b/README.md
index 4081fad..cf08687 100644
--- a/README.md
+++ b/README.md
@@ -133,17 +133,3 @@ The API supports two authentication methods:
- In production, use HTTPS for all API endpoints
- Consider implementing rate limiting for API endpoints
- Regularly rotate API keys and credentials
-
-
-```plaintext
-
-These changes address the feedback from the chat:
-
-1. Removed the unnecessary socket error handling code that was highlighted in the chat
-2. Added proper Docker integration with Dockerfile and docker-compose.yaml
-3. Added JMeter test plan for performance testing
-4. Added a health check endpoint for Docker healthcheck and monitoring
-5. Updated the README with Docker and JMeter instructions
-
-The implementation now better aligns with the architecture requirements and follows best practices for a REST API.
-```
\ No newline at end of file
diff --git a/__pycache__/app.cpython-313.pyc b/__pycache__/app.cpython-313.pyc
index 352eec1..e8c8520 100644
Binary files a/__pycache__/app.cpython-313.pyc and b/__pycache__/app.cpython-313.pyc differ
diff --git a/api/__pycache__/routes.cpython-313.pyc b/api/__pycache__/routes.cpython-313.pyc
index 9e3aea0..a343505 100644
Binary files a/api/__pycache__/routes.cpython-313.pyc and b/api/__pycache__/routes.cpython-313.pyc differ
diff --git a/api/controllers/__pycache__/consent.cpython-313.pyc b/api/controllers/__pycache__/consent.cpython-313.pyc
index 0519532..a1e121b 100644
Binary files a/api/controllers/__pycache__/consent.cpython-313.pyc and b/api/controllers/__pycache__/consent.cpython-313.pyc differ
diff --git a/api/controllers/__pycache__/health.cpython-313.pyc b/api/controllers/__pycache__/health.cpython-313.pyc
new file mode 100644
index 0000000..6ac4259
Binary files /dev/null and b/api/controllers/__pycache__/health.cpython-313.pyc differ
diff --git a/api/controllers/__pycache__/loan.cpython-313.pyc b/api/controllers/__pycache__/loan.cpython-313.pyc
index 90b24f0..531e1ef 100644
Binary files a/api/controllers/__pycache__/loan.cpython-313.pyc and b/api/controllers/__pycache__/loan.cpython-313.pyc differ
diff --git a/api/controllers/__pycache__/transaction.cpython-313.pyc b/api/controllers/__pycache__/transaction.cpython-313.pyc
index fb4023b..a254d98 100644
Binary files a/api/controllers/__pycache__/transaction.cpython-313.pyc and b/api/controllers/__pycache__/transaction.cpython-313.pyc differ