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