From 78053c7a310d3d8245a8f2cc8efef3d4fc9af75b Mon Sep 17 00:00:00 2001 From: bangnokia Date: Sat, 27 Apr 2024 14:51:17 +0700 Subject: [PATCH] format text --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 63e87cf..b28aaf3 100644 --- a/src/index.js +++ b/src/index.js @@ -10,7 +10,7 @@ export default { if (whitelistPaths.includes(url.pathname)) { return new Response( - "FBI, put your hands up 🦀! Your ip address is" + request.headers.get('cf-connecting-ip'), + "FBI, put your hands up 🦀! Your ip address is: " + request.headers.get('cf-connecting-ip'), { "status": 200 } ) }