Skip to content

Commit

Permalink
format text
Browse files Browse the repository at this point in the history
  • Loading branch information
bangnokia committed Apr 27, 2024
1 parent dabca4d commit 78053c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
)
}
Expand Down

0 comments on commit 78053c7

Please sign in to comment.