X-Git-Url: https://gitweb.ps.run/lolstats/blobdiff_plain/7aecc11333eeff555614048d16b4073ce65f7812..7254b601bd7a577fc244c45b35e0364a40166dbb:/index.js diff --git a/index.js b/index.js index 2f25188..3cc465e 100644 --- a/index.js +++ b/index.js @@ -5,9 +5,9 @@ const app = express() const port = 3000 let rules = [ - ["/", "index.html"], - ["/script.js", "script.js"], - ["/style.css", "style.css"], + ["/lol", "index.html"], + ["/lol/script.js", "script.js"], + ["/lol/style.css", "style.css"], ]; let obfuscateJs = false;