Update index.js
Browse files
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://
|
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 };
|