lix02 commited on
Commit
59fadb9
·
verified ·
1 Parent(s): 01ffaf5

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -55,7 +55,7 @@ app.get('/*', async (req, res) => {
55
  if (matches) {
56
  matches.forEach(match => {
57
  const scriptUrl = match.replace(/'/g, "")
58
- scripts += `<script src="https://r.bing.com/rp${scriptUrl}"></script>\n`
59
  })
60
  }
61
  return { scripts, cibname, htmlContent };
 
55
  if (matches) {
56
  matches.forEach(match => {
57
  const scriptUrl = match.replace(/'/g, "")
58
+ scripts += `<script src="https://cfby.nbing.eu.org/rp${scriptUrl}"></script>\n`
59
  })
60
  }
61
  return { scripts, cibname, htmlContent };