serve favicons over hashed paths for improved caching

This commit is contained in:
Nick Krecklow
2020-05-08 04:47:10 -05:00
parent 66da5f6497
commit 4dfecce966
4 changed files with 73 additions and 18 deletions

View File

@ -14,7 +14,7 @@ class App {
constructor () {
this.mojangUpdater = new MojangUpdater(this)
this.pingController = new PingController(this)
this.server = new Server(this.handleClientConnection)
this.server = new Server(this)
this.timeTracker = new TimeTracker(this)
}