Skip to content

Commit

Permalink
Update worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Adonis142857 authored Sep 16, 2024
1 parent e23cb3f commit 1e89e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ async function handleRequest(request) {
}

if (!address) {
return new Response('Failed to retrieve detailed address', { status: 500 })
return new Response('Failed to retrieve detailed address, please refresh the interface (检索详细地址失败,请刷新界面)', { status: 500 })
}

const userData = await fetch('https://randomuser.me/api/')
Expand Down

0 comments on commit 1e89e67

Please sign in to comment.