From db67e9388b9efcbc578b106255b140ae58d69081 Mon Sep 17 00:00:00 2001 From: apple Date: Fri, 16 Jan 2026 12:38:44 +0530 Subject: [PATCH] Add 429 error page for too many requests --- src/main/resources/html/429.html | 59 ++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/main/resources/html/429.html diff --git a/src/main/resources/html/429.html b/src/main/resources/html/429.html new file mode 100644 index 0000000..5de60cf --- /dev/null +++ b/src/main/resources/html/429.html @@ -0,0 +1,59 @@ + + + + + + 429 – Too Many Requests + + + + + +
+
429
+
Too Many Requests
+
You have sent too many requests in a short period of time.
Please wait a moment and try again later. +
+
+ +