lix02 commited on
Commit
51e3753
·
verified ·
1 Parent(s): 39ec4c2

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -48,7 +48,7 @@ app.get('/', async (req, res) => {
48
  const allregex = /\/([a-zA-Z0-9_-]+\.br\.js)'/g
49
  const matches = htmlContent.match(allregex)
50
 
51
- let scripts = 'matchcib[0]'
52
  if (matches) {
53
  matches.forEach(match => {
54
  const scriptUrl = match.replace(/'/g, "")
 
48
  const allregex = /\/([a-zA-Z0-9_-]+\.br\.js)'/g
49
  const matches = htmlContent.match(allregex)
50
 
51
+ let scripts = 'corecib:${matchcib[0]}'
52
  if (matches) {
53
  matches.forEach(match => {
54
  const scriptUrl = match.replace(/'/g, "")