From 367e74c3dd2929306c24393311386c8f2a4a9ddd Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 30 Oct 2025 23:30:20 +0000 Subject: add random func to root route --- source/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/main.js b/source/main.js index c5b6d5c..e1053f8 100644 --- a/source/main.js +++ b/source/main.js @@ -30,6 +30,7 @@ export default { return new Response( JSON.stringify({ message: "Hello, World! :3", + random: `${Math.random()}`, }), { headers: { -- cgit v1.2.3