mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-24 16:40:25 +00:00
Update cloudflare.js
This commit is contained in:
parent
4e8f6d6e63
commit
fa019cdf4d
1 changed files with 0 additions and 4 deletions
|
@ -6,11 +6,7 @@ addEventListener('fetch', event => {
|
|||
const backends = [
|
||||
'https://docker.rainbond.cc'
|
||||
]
|
||||
var test = "test"
|
||||
|
||||
async function handleRequest(request) {
|
||||
//打印
|
||||
print(test)
|
||||
// 随机选择一个后端服务器
|
||||
const backend = backends[Math.floor(Math.random() * backends.length)]
|
||||
|
||||
|
|
Loading…
Reference in a new issue